We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c67a82 commit 3c687f5Copy full SHA for 3c687f5
1 file changed
lib/Runtime/Library/JavascriptError.cpp
@@ -29,7 +29,7 @@ namespace Js
29
30
bool JavascriptError::Is(Var aValue)
31
{
32
- AssertMsg(aValue != NULL, "Error is NULL - did it come from an out of memory exception?");
+ AssertMsg(aValue != NULL, "Error is NULL - did it come from an oom exception?");
33
return JavascriptOperators::GetTypeId(aValue) == TypeIds_Error;
34
}
35
0 commit comments