mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04: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');
|