mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-13 08:35:26 +00:00
fix: make command spawnable to fix log issue
This commit is contained in:
4
.github/scripts/log-examples.js
vendored
4
.github/scripts/log-examples.js
vendored
@@ -1,3 +1,3 @@
|
||||
console.log('console.log test');
|
||||
process.stdout.write('stdout test');
|
||||
process.stderr.write('stderr test');
|
||||
process.stdout.write('stdout test\n');
|
||||
process.stderr.write('stderr test\n');
|
||||
|
||||
Reference in New Issue
Block a user