mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Still call done when stop server function is null
This commit is contained in:
@@ -49,6 +49,8 @@ describe('crashReporter module', function () {
|
||||
afterEach(function (done) {
|
||||
if (stopServer != null) {
|
||||
stopServer(done)
|
||||
} else {
|
||||
done()
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user