Skip to content

Commit 915af77

Browse files
authored
typos
1 parent e471a66 commit 915af77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mini-a-con.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ try {
512512
} else if (def.type === "number") {
513513
var parsedNum = parseNumber(value)
514514
if (isUnDef(parsedNum)) {
515-
printERr(ansiColor("ITALIC," + errorColor, "!!") + colorifyText(" Unable to parse numeric value for " + key + ".", errorColor))
515+
printErr(ansiColor("ITALIC," + errorColor, "!!") + colorifyText(" Unable to parse numeric value for " + key + ".", errorColor))
516516
return
517517
}
518518
value = parsedNum
@@ -732,7 +732,7 @@ try {
732732
}
733733
} catch (e) {
734734
var errMsg = isDef(e) && isDef(e.message) ? e.message : "" + e
735-
printErr(colorifyText("ITALIC," + errorColor, "!!") + " " + colorifyText("Mini-A execution failed: " + errMsg, errorColor))
735+
printErr(colorifyText("!!", "ITALIC," + errorColor) + " " + colorifyText("Mini-A execution failed: " + errMsg, errorColor))
736736
}
737737
}
738738

0 commit comments

Comments
 (0)