Skip to content

Commit 8b0bf11

Browse files
adrpoOpenModelica-Hudson
authored andcommitted
only display the error when failtrace is activated
1 parent 21bd84f commit 8b0bf11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Compiler/FrontEnd/Static.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,6 +2351,7 @@ algorithm
23512351

23522352
case (_,_,e,_,pre,_)
23532353
equation
2354+
true = Flags.isSet(Flags.FAILTRACE);
23542355
Print.printErrorBuf("- Inst.elabGraphicsExp failed: ");
23552356
ps = PrefixUtil.printPrefixStr2(pre);
23562357
s = Dump.printExpStr(e);

0 commit comments

Comments
 (0)