mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove unneeded return
This commit is contained in:
@@ -81,7 +81,7 @@ describe('app module', function () {
|
||||
var appProcess = null
|
||||
|
||||
afterEach(function () {
|
||||
appProcess != null ? appProcess.kill() : void 0
|
||||
if (appProcess != null) appProcess.kill()
|
||||
})
|
||||
|
||||
it('emits a process exit event with the code', function (done) {
|
||||
|
||||
Reference in New Issue
Block a user