electron/spec/fixtures/module/preload-node-off.js

8 lines
180 B
JavaScript
Raw Normal View History

2016-03-25 20:03:49 +00:00
setImmediate(function () {
try {
2017-02-06 21:54:41 +00:00
console.log([typeof process, typeof setImmediate, typeof global, typeof Buffer].join(' '))
} catch (e) {
2016-03-25 20:03:49 +00:00
console.log(e.message)
}
2016-03-25 20:03:49 +00:00
})