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
16534
Commits
131
Branches
446
Tags
325 MiB
Tree:
1fb19ac0c5
node
/
test
/
fixtures
/
node_modules
/
bar.js
3 lines
74 B
Raw
Normal View
History
node_modules module lookup, +docs and test.
14 years ago
console
.
error
(
__
filename
)
;
Fixed a lot of jslint errors. Fixes #1831
14 years ago
console
.
error
(
module
.
paths
.
join
(
'\n'
)
+
'\n'
)
;