2
0
Эх сурвалжийг харах

Changed error message to match legacy.

woollybah 9 жил өмнө
parent
commit
af1f610f5f
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      decl.bmx

+ 2 - 2
decl.bmx

@@ -1290,9 +1290,9 @@ End Rem
 				End If
 			Else
 				If throwOnNotMatched Then
-					Throw "Function "+ident+"("+t+") not found."
+					Throw "Identifier '" + ident + "' not found."
 				Else
-					Err "Function "+ident+"("+t+") not found."
+					Err "Identifier '" + ident + "' not found."
 				End If
 			End If
 		EndIf