Skip to content

Commit 25e5bb1

Browse files
Merge pull request #30 from StidZhang/master
Ignore stderr message
2 parents b89b839 + 882e364 commit 25e5bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class PkgPyFuncs {
9999
}
100100

101101
if (ret.stderr.length != 0){
102-
throw new this.serverless.classes.Error(`[serverless-package-python-functions] ${ret.stderr.toString()}`)
102+
this.log(ret.stderr.toString())
103103
}
104104

105105
const out = ret.stdout.toString()

0 commit comments

Comments
 (0)