mirror of
https://github.com/atom/atom.git
synced 2026-02-02 02:35:00 -05:00
This keeps it consistent with the render process which also suppresses deprecations Closes #5383
3 lines
60 B
JavaScript
3 lines
60 B
JavaScript
require('fs').existsSync('hi');
|
|
process.stdout.write('hi');
|