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) => {