Skip to content

Commit ba129c1

Browse files
committed
fix: Use stdout instead of stdout
1 parent 12c6002 commit ba129c1

File tree

3 files changed

+1683
-1687
lines changed

3 files changed

+1683
-1687
lines changed

lib/inject.js

-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ async function injectAllRequirements(funcArtifact) {
150150
}
151151
})
152152
.map((func) => {
153-
console.log('func.module', func.module);
154153
return this.options.zip
155154
? func
156155
: injectRequirements(

0 commit comments

Comments
 (0)