Throw proper error

This commit is contained in:
Fabian 2018-10-01 15:15:21 -03:00
parent a39d58d4e5
commit 3b86889a99

View file

@ -46,7 +46,7 @@ message.Abort = function()
{ {
if(DEBUG) if(DEBUG)
{ {
throw "abort"; throw new Error("message.Abort()");
} }
}; };