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

8 lines
180 B
JavaScript
Raw Normal View History

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