Skip to content

Commit

Permalink
run_async print replace
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraKenji committed Mar 29, 2023
1 parent 975a52b commit 8711be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/conf/utils/run_synced.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(cmd, args, opts, cb) {

var print = function(str) {
if (process.stdout.writable)
util.puts(str);
console.log(str);
}

var done = function(e, code) {
Expand Down

0 comments on commit 8711be6

Please sign in to comment.