mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-11 23:55:28 +00:00
test: add log example to ci workflow
This commit is contained in:
3
.github/scripts/log-examples.js
vendored
Normal file
3
.github/scripts/log-examples.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
console.log('console.log test');
|
||||
process.stdout.write('stdout test');
|
||||
process.stderr.write('stderr test');
|
||||
Reference in New Issue
Block a user