From 94fc130670674396527e0aa91fc48c0a5a76b900 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 29 Oct 2018 15:51:40 +0100 Subject: [PATCH] Update compile-tab.js --- src/app/tabs/compile-tab.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/tabs/compile-tab.js b/src/app/tabs/compile-tab.js index d10edb5e4c..caefef492f 100644 --- a/src/app/tabs/compile-tab.js +++ b/src/app/tabs/compile-tab.js @@ -139,8 +139,8 @@ module.exports = class CompileTab { if (data['error'].mode === 'panic') { /* return modalDialogCustom.alert(yo`
- The compiler returned with the following internal error:
${data['error'].formattedMessage}.
- The compiler might be in a non-sane state, please be careful and do not use further compilation data to deploy to mainnet. + The compiler returned with the following internal error:
${data['error'].formattedMessage}.
+ The compiler might be in a non-sane state, please be careful and do not use further compilation data to deploy to mainnet. It is heavily recommended to use another browser not affected by this issue (Firefox is known to not be affected).

Please join remix gitter channel for more information.
`) */