Use path to non-existent file
This commit is contained in:
Родитель
cf93e3e713
Коммит
3108b8aacd
|
@ -327,7 +327,7 @@ describe('session module', function () {
|
||||||
assert.equal(state, 'interrupted')
|
assert.equal(state, 'interrupted')
|
||||||
done()
|
done()
|
||||||
})
|
})
|
||||||
w.webContents.downloadURL('file://' + __dirname)
|
w.webContents.downloadURL('file://' + path.join(__dirname, 'does-not-exist.txt'))
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Загрузка…
Ссылка в новой задаче