mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -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