diff --git a/src/js/macros.js b/src/js/macros.js index 299ef82..b6b7cc0 100644 --- a/src/js/macros.js +++ b/src/js/macros.js @@ -116,7 +116,7 @@ module.exports = { } else if (response.status == 400) { return (this.GCodeNotFound = true); } else { - console.error("error loading"); + return alert("error loading"); } } else { this.newGcode = "";