Skip to content

Commit

Permalink
small edit
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Aug 5, 2019
1 parent 3f5db0c commit df0c3ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gulp-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function getAsc() {
}

const logLn = process.browser ? window.logLn : console.log;
console.log("asc " + args.join(" "));
return main(args, options || {
stdout: process.stdout || asc.createMemoryStream(logLn),
stderr: process.stderr || asc.createMemoryStream(logLn),
Expand Down

0 comments on commit df0c3ff

Please sign in to comment.