We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382a92b commit aac9441Copy full SHA for aac9441
src/functionHelper.js
@@ -21,7 +21,7 @@ function runPythonHandler(funOptions, options){
21
try {
22
context.succeed( JSON.parse(results) );
23
} catch (ex) {
24
- context.succeed( -1, results );
+ context.fail(results);
25
}
26
} else {
27
context.succeed( code ,results );
0 commit comments