pulsar/spec/fixtures/script-with-deprecations.js
Kevin Sawicki 6e3d41f433 Suppress deprecations in BufferedNodeProcess
This keeps it consistent with the render process which also suppresses
deprecations

Closes #5383
2015-02-04 15:27:17 -08:00

3 lines
60 B
JavaScript

require('fs').existsSync('hi');
process.stdout.write('hi');