alert while error
This commit is contained in:
@@ -116,7 +116,7 @@ module.exports = {
|
|||||||
} else if (response.status == 400) {
|
} else if (response.status == 400) {
|
||||||
return (this.GCodeNotFound = true);
|
return (this.GCodeNotFound = true);
|
||||||
} else {
|
} else {
|
||||||
console.error("error loading");
|
return alert("error loading");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.newGcode = "";
|
this.newGcode = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user