This website requires JavaScript.
Explore
Sign In
mirror
/
electron
mirror of
https://github.com/electron/electron
Watch
1
Star
0
Fork
You've already forked electron
0
Code
Issues
Releases
Activity
c204bb9d1b
electron
/
spec
/
fixtures
/
module
/
original-fs.js
4 lines
87 B
JavaScript
Raw
Normal View
History
Unescape
Escape
:arrow_up: :shirt: updated to eslint 2.1.0 Verified migration doc (nothing to be done) http://eslint.org/docs/user-guide/migrating-to-2.0.0 And made sure the eslint tasks passed
2016-02-15 19:26:25 -07:00
process
.
on
(
'message'
,
function
(
)
{
build: enable JS semicolons (#22783)
2020-03-20 14:28:31 -06:00
process
.
send
(
typeof
require
(
'original-fs'
)
)
;
}
)
;