diff --git a/index.html b/index.html
index a24dbfb57..cca81e569 100644
--- a/index.html
+++ b/index.html
@@ -8,11 +8,10 @@
if ($bootstrapScript) require($bootstrapScript);
}
catch (error) {
- $native.showDevTools()
- console.error(error.stack)
+ $native.showDevTools();
+ console.error(error.stack || error);
}
}
-