This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
node
mirror of
https://github.com/nodejs/node.git
Watch
1
Star
0
Fork
You've already forked node
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8b9a1537ad
node
/
test
/
fixtures
/
print-10-lines.js
4 lines
62 B
JavaScript
Raw
Normal View
History
Unescape
Escape
SIGPIPE on stdout should kill the process by default
2010-04-23 05:25:13 +08:00
for
(
var
i
=
0
;
i
<
10
;
i
++
)
{
:%s/sys.puts/console.log/g and there was much rejoicing
2010-06-24 08:40:51 +08:00
console
.
log
(
'count '
+
i
)
;
SIGPIPE on stdout should kill the process by default
2010-04-23 05:25:13 +08:00
}