electron/lib/sandboxed_renderer/api/exports/child_process.js
Thiago de Arruda e1aebef57c Make sandbox APIs more compatible with normal renderers
- Expose remote shortcuts for the `fs`, `os` and `child_process` modules.
- Expose the `url` and `timers` modules(the browserify versions)
- Add `process.crash` and `process.platform`
2017-03-23 10:01:02 -03:00

1 line
69 B
JavaScript

module.exports = require('electron').remote.require('child_process')