mirror of
https://github.com/electron/electron.git
synced 2026-02-08 22:25:14 -05:00
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
4 lines
87 B
JavaScript
4 lines
87 B
JavaScript
process.on('message', function () {
|
|
process.send(typeof require('original-fs'));
|
|
});
|