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
18865
Commits
131
Branches
446
Tags
325 MiB
JavaScript
64.1%
C++
17.3%
Python
11.6%
C
3.5%
HTML
1.4%
Other
1.7%
Tree:
750c0802f5
node
/
test
/
fixtures
/
test-regress-GH-4015.js
7 lines
85 B
Raw
Blame
History
const
fs
=
require
(
'fs'
)
;
function
load
(
)
{
fs
.
statSync
(
'.'
)
;
load
(
)
;
}
load
(
)
;
Reference in new issue