Upgrade node for Buffer wrapper fix
This commit is contained in:
parent
e6fec57bd8
commit
ad03ba73a4
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue