chore: update compiler command

This commit is contained in:
2024-10-02 18:32:47 +08:00
parent 9ba1c135d8
commit 4ac5d6603b
3 files changed
+22 -13

No files matched your search

@@ -18,7 +18,6 @@ object CalculateCommand {
return try {
engine.eval(input)
} catch (_: ScriptException) {
"Invalid expression"
return null
}.toString()
}