This commit is contained in:
Feross Aboukhadijeh
2018-05-25 00:28:14 -07:00
committed by GitHub
parent 4b51fb9255
commit 2c9b305721

View File

@@ -229,7 +229,7 @@ function uninstallWin32 () {
hive: Registry.HKCU,
key: `\\Software\\Classes\\${protocol}`
})
protocolKey.destroy(() => { })
protocolKey.destroy(() => {})
}
}