Skip to content

Commit

Permalink
test: fix issue with integration test making it fail despite just bei…
Browse files Browse the repository at this point in the history
…ng warnings
  • Loading branch information
danielcondemarin committed Apr 5, 2019
1 parent a692ea3 commit 8964b56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utils/test/serverlessOfflineStart.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ module.exports = () => {

serverlessOffline.stderr.on("data", data => {
const err = bufferToStr(data);

process.stdout.write(err);

reject(new Error(`serverless-offline failed, ${err}`));
});

serverlessOffline.on("error", err => reject(err));
Expand Down

0 comments on commit 8964b56

Please sign in to comment.