From 514eeb93cfeed57c1cc9712ad52fb3f04763bdd1 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 16 Jun 2020 12:55:12 +0200 Subject: [PATCH] standard --- src/app/files/remixd-handle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/files/remixd-handle.js b/src/app/files/remixd-handle.js index 91948aadb9..1f25c1d055 100644 --- a/src/app/files/remixd-handle.js +++ b/src/app/files/remixd-handle.js @@ -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) } }