mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Throw proper error
This commit is contained in:
parent
a39d58d4e5
commit
3b86889a99
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ message.Abort = function()
|
|||
{
|
||||
if(DEBUG)
|
||||
{
|
||||
throw "abort";
|
||||
throw new Error("message.Abort()");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue