Add error reporting.
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user