зеркало из https://github.com/electron/electron.git
throw error if it exists
This commit is contained in:
Родитель
c5f70c8d99
Коммит
14fb3c4598
|
@ -40,9 +40,8 @@ describe('crash-reporter module', function () {
|
|||
server.close()
|
||||
var form = new multiparty.Form()
|
||||
form.parse(req, function (error, fields) {
|
||||
if (called) {
|
||||
return
|
||||
}
|
||||
if (error) throw error
|
||||
if (called) return
|
||||
called = true
|
||||
assert.equal(fields['prod'], 'Electron')
|
||||
assert.equal(fields['ver'], process.versions['electron'])
|
||||
|
|
Загрузка…
Ссылка в новой задаче