Remove @types/ws

This commit is contained in:
kPherox
2019-04-24 02:56:47 +09:00
parent c7446fd49f
commit e5b723837d
3 changed files with 33 additions and 24 deletions

View File

@@ -50,7 +50,7 @@ export default class Application {
}
private onActivated() {
if (!Window.single.has('main')) {
if (!Window.windowMap.has('main')) {
Window.Main()
}
}