Upgrade node for Buffer wrapper fix

This commit is contained in:
Kevin Sawicki 2017-02-23 11:30:07 -08:00
parent e6fec57bd8
commit ad03ba73a4
2 changed files with 2 additions and 2 deletions

View file

@ -191,7 +191,7 @@ describe('<webview> tag', function () {
document.body.appendChild(webview)
})
it('preload script can require modules that still use "process" and "Buffer"when nodeintegration is off', function (done) {
it('preload script can require modules that still use "process" and "Buffer" when nodeintegration is off', function (done) {
webview.addEventListener('console-message', function (e) {
assert.equal(e.message, 'object undefined object function')
done()