v8/test/inspector/debugger/set-script-source-exception-expected.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
379 B
Plaintext
Raw Normal View History

Check that setScriptSource completes correctly when an exception is thrown.
Running test: testIncorrectScriptId
{
error : {
code : -32000
message : No script with given id found
}
id : <messageId>
}
Running test: testSourceWithSyntaxError
{
error : {
code : -32000
message : Uncaught [object Object]
}
id : <messageId>
}