From 194400c1dadd741bfbcc26c42f8a128bcaf0cd5c Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 27 Apr 2020 21:09:27 +0200 Subject: [PATCH] fix styling --- src/app/tabs/debugger-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tabs/debugger-tab.js b/src/app/tabs/debugger-tab.js index 69b39e9fb0..84959edad2 100644 --- a/src/app/tabs/debugger-tab.js +++ b/src/app/tabs/debugger-tab.js @@ -36,7 +36,7 @@ class DebuggerTab extends ViewPlugin { ` this.on('fetchAndCompile', 'compiling', (settings) => { - toaster(yo`
Recompiling and debugging with params
${JSON.stringify(settings, null, '\t')}
`) + toaster(yo`
Recompiling and debugging with params
${JSON.stringify(settings, null, '\t')}
`) }) this.on('fetchAndCompile', 'compilationFailed', (data) => {