Add error reporting.

This commit is contained in:
2019-02-02 15:23:23 -08:00
parent acab437f6e
commit 05ce812ff1
3 changed files with 82 additions and 30 deletions

View File

@@ -21,7 +21,7 @@ define nix(x, y, width, height) {
call line (x, y, x + width, y + height);
call line (x + width, y, x, y + height);
};
call nix(0, 0, 5, 10);
call nix(0, 0, 20, 20);
`
var container = document.getElementById("elm-container");
var app = Elm.Main.init({