mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-04-24 07:00:25 +00:00
add null return to avoid having to check for undefined
This commit is contained in:
@@ -619,6 +619,7 @@ module.exports = (socket, app) => {
|
||||
return element;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
};
|
||||
//# sourceMappingURL=browserWindows.js.map
|
||||
@@ -785,5 +785,6 @@ export = (socket: Socket, app: Electron.App) => {
|
||||
return element;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user