Commit 514eeb93 authored by yann300's avatar yann300

standard

parent dc01e24b
......@@ -83,7 +83,7 @@ export class RemixdHandle extends WebsocketPlugin {
try {
super.activate()
setTimeout(() => { connection() }, 2000)
} catch(error) {
} catch (error) {
connection(error)
}
}
......@@ -98,7 +98,7 @@ export class RemixdHandle extends WebsocketPlugin {
try {
super.activate()
setTimeout(() => { connection() }, 2000)
} catch(error) {
} catch (error) {
connection(error)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment