Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
Added call to console.log or console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Duncombe committed Feb 22, 2018
1 parent de2049b commit 6a3444c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/create-logger-console.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const createLoggerConsole = input => {
input._zapier.promises.push(promise);

next();

(console[data.log_type] || console.log)(chunk.toString())
};

const stdout = new stream.Writable({
Expand Down

0 comments on commit 6a3444c

Please sign in to comment.