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()
|
||||
|
|
2
vendor/node
vendored
2
vendor/node
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 9eeeb53aa697a54561ffc6c94f06b3ac5963f398
|
||||
Subproject commit 0f84d972a1b48b7da361f9717ff43349a7946abd
|
Loading…
Reference in a new issue