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
08bec7ab0a
node
/
test
/
fixtures
/
throws_error3.js
4 lines
59 B
JavaScript
Raw
Normal View
History
Unescape
Escape
GJSLint part of tests
2010-12-03 09:03:18 +08:00
process
.
nextTick
(
function
(
)
{
Improve error reporting - No more single line "node.js:176:9" errors - No more strange output when error happens on first line due to module wrapper function. - A few tests to check these things
2010-05-10 04:54:58 +08:00
JSON
.
parse
(
undefined
)
;
}
)
;