Skip to content

Commit

Permalink
Syntax fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
epetway committed Apr 29, 2024
1 parent dbb5a72 commit b59d741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ class ServerlessWSGI {
? _.trimEnd(output[1], "\n")
: output[1];
if (return_code == 0) {
this.serverless.cli.log(output_data)
this.serverless.cli.log(output_data);
} else {
return reject(new this.serverless.classes.Error(output_data));
}
Expand Down

0 comments on commit b59d741

Please sign in to comment.