Verify global.Buffer is undefined

This commit is contained in:
Kevin Sawicki 2017-02-23 11:35:28 -08:00
parent ad03ba73a4
commit 6c40b1eead
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
try {
console.log([typeof process, typeof setImmediate, typeof global, typeof Buffer].join(' '))
console.log([typeof process, typeof setImmediate, typeof global, typeof Buffer, typeof global.Buffer].join(' '))
} catch (e) {
console.log(e.message)
}