This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
node
mirror of
https://github.com/lukechilds/node.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
15857
Commits
131
Branches
446
Tags
325 MiB
Tree:
4d984ecadb
node
/
test
/
fixtures
/
throws_error1.js
2 lines
25 B
Raw
Normal View
History
GJSLint part of tests
14 years ago
throw
new
Error
(
'blah'
)
;