This commit is contained in:
Feross Aboukhadijeh
2018-05-25 00:28:46 -07:00
committed by GitHub
parent 2c9b305721
commit 7251967ef5

View File

@@ -261,7 +261,7 @@ function uninstallWin32 () {
hive: Registry.HKCU, // HKEY_CURRENT_USER hive: Registry.HKCU, // HKEY_CURRENT_USER
key: `\\Software\\Classes\\${ext}` key: `\\Software\\Classes\\${ext}`
}) })
extKey.destroy(() => { }) extKey.destroy(() => {})
} }
} }
} }