mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
6e3d41f433
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');
|