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:
@@ -123,7 +123,7 @@ if (nodeIntegration === 'true') {
|
||||
delete global.process
|
||||
delete global.setImmediate
|
||||
delete global.clearImmediate
|
||||
return delete global.global
|
||||
delete global.global
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user