diff --git a/runtime/Init.js b/runtime/Init.js index fd96d76..cc92a61 100644 --- a/runtime/Init.js +++ b/runtime/Init.js @@ -91,7 +91,7 @@ function init(display, container, module, ports, moduleToReplace) { checkPorts(elm); } catch(e) { var directions = "
    Open the developer console for more details." - Module.main = Elm.Text.make(elm).text('' + e.message + directions + ''); + Module.main = Elm.Text.make(elm).leftAligned('' + e.message + directions + ''); reportAnyErrors = function() { throw e; } } inputs = ElmRuntime.filterDeadInputs(inputs);