Skip to content

Commit

Permalink
remove useless message from exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
maul.esel committed Apr 3, 2012
1 parent 8a3498e commit faf4db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/ITL_FormatException.ahk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ITL_FormatException(msg, detail, error, hr = "", special = false, special_msg = "")
{
static NL := "`n`t"
return [ "ImportTypeLib encountered an error:" . NL . msg
return [ msg
, -1
, (detail != "" ? NL . detail : "")
. (ErrorLevel ? NL . "ErrorLevel: " error : "")
Expand Down

0 comments on commit faf4db8

Please sign in to comment.