Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Jun 1, 2016
1 parent dc14e0f commit 81b6765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/ExpressionDump.mo
Expand Up @@ -1524,7 +1524,7 @@ algorithm
case (_,level)
equation
gen_str = genStringNTime(" |", level);
res_str = stringAppendList({gen_str," UNKNOWN EXPRESSION ","\n"});
res_str = stringAppendList({gen_str," UNKNOWN EXPRESSION (" + printExpTypeStr(inExp) + ")","\n"});
then
res_str;
end matchcontinue;
Expand Down

0 comments on commit 81b6765

Please sign in to comment.