Closed pvdlg closed 6 years ago
// @acostalima
Thanks for submitting the bug report.
After some testing, I found out the issued lied in the underlying call to process.stdout.write
made by console.log
, which, apparently, is made by supplying a function to the encoding
argument instead of a string. I'll open a PR to fix the problem shortly.
In version
0.4.0
:writes
modified value
thenDone
to the console.However in version
1.0.0
:writes only
Done
to the console.It seems the
silent
option is ignored.