Skip to content

Commit

Permalink
Improve Components setup
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jul 18, 2019
1 parent 8774703 commit 4893b5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/serverless.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const userNodeVersion = Number(process.version.split('.')[0].slice(1));
if (userNodeVersion >= 8) {
const serverlessCli = require('@serverless/cli');
if (serverlessCli.runningComponents()) {
return serverlessCli.runComponents();
serverlessCli.runComponents();
return;
}
}
Error.stackTraceLimit = Infinity;
Expand Down

0 comments on commit 4893b5a

Please sign in to comment.