electron/spec/fixtures/module/preload-required-module.js

6 lines
162 B
JavaScript
Raw Normal View History

try {
2017-02-23 19:35:28 +00:00
console.log([typeof process, typeof setImmediate, typeof global, typeof Buffer, typeof global.Buffer].join(' '))
} catch (e) {
console.log(e.message)
}