We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b10be commit 4848f90Copy full SHA for 4848f90
test/fixtures/logs.js
@@ -0,0 +1,5 @@
1
+
2
+for (var i = 0; i < 10; i++) {
3
+ console.log('stdout %d', i);
4
+ console.error('stderr %d', i);
5
+}
0 commit comments