From c7a2ec6f65038e9fa693363f503332018007dc2d Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 10 Mar 2015 16:22:07 +0100 Subject: [PATCH] Workaround for problem with Chrome/Chromium. --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d9434773b8..434c6229e0 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,9 @@ body {

Solidity realtime compiler

-Source code on the left, compiled code and AST on the right (or error). +Source code on the left, compiled code and AST on the right (or error).
+Note: Chrome/Chromium currently reports "Uncaught JavaScript Exception". +To work around this problem, enable the debug console (Ctrl+Shift+i) and reload.