standard (Fixes for PR #1818)

This commit is contained in:
Feross Aboukhadijeh
2020-11-22 16:12:04 -10:00
parent 2761e9c768
commit 464e63fd92
2 changed files with 1 additions and 2 deletions

View File

@@ -137,7 +137,6 @@ function init () {
* Shell
*/
ipcMain.on('openPath', (e, ...args) => {
const shell = require('./shell')
shell.openPath(...args)