mirror of
https://github.com/electron/electron.git
synced 2026-01-29 09:18:18 -05:00
6 lines
162 B
JavaScript
6 lines
162 B
JavaScript
try {
|
|
console.log([typeof process, typeof setImmediate, typeof global, typeof Buffer, typeof global.Buffer].join(' '))
|
|
} catch (e) {
|
|
console.log(e.message)
|
|
}
|