diff --git a/static/index.html b/static/index.html
index a2f0a90ae..b3e3b809d 100644
--- a/static/index.html
+++ b/static/index.html
@@ -13,6 +13,7 @@
currentWindow.emit('window:loaded');
}
catch (error) {
+ currentWindow.show();
currentWindow.openDevTools();
console.error(error.stack || error);
}