You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, when used as a [standard stream][standard-streams], the implementation assumes newline-delimited data. To specify an alternative delimiter, set the `split` option.
t.strictEqual(stderr.toString(),'','does not print to `stderr`');
230
+
}
231
+
t.end();
232
+
}
233
+
});
234
+
189
235
tape('when used as a standard stream, if an error is encountered when reading from `stdin`, the command-line interface prints an error and sets a non-zero exit code',opts,functiontest(t){
0 commit comments