We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77bfc8f commit e2d88aeCopy full SHA for e2d88ae
monticore-generator/src/main/resources/_cli/Main.ftl
@@ -8,7 +8,7 @@ ${tc.signature("grammarname")}
8
catch (Exception exception) {
9
// ensure a sane exit
10
Log.ensureInitialization();
11
- Log.error("0xEEEEE an internal error occured"
+ Log.error("0xEEEEE an internal error occurred"
12
+ " during the execution of the ${grammarname}Tool."
13
+ System.lineSeparator() + "This error is unexpected"
14
+ " and does not indicate an issue with any provided models.",
0 commit comments