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
6426
Commits
131
Branches
446
Tags
325 MiB
Tree:
e733dc3bc3
node
/
lib
/
sys.js
2 lines
59 B
Raw
Normal View
History
require('sys') now throws To be removed in v0.9
13 years ago
throw
new
Error
(
'The "sys" module is now called "util".'
)
;