diff --git a/src/main/handlers.js b/src/main/handlers.js index dfef92c8..22bc65c6 100644 --- a/src/main/handlers.js +++ b/src/main/handlers.js @@ -229,7 +229,7 @@ function uninstallWin32 () { hive: Registry.HKCU, key: `\\Software\\Classes\\${protocol}` }) - protocolKey.destroy(() => { }) + protocolKey.destroy(() => {}) } }