/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/v8/test/inspector/debugger/set-script-source-exception-expected.txt
24 строки
550 B
Michaël Zasso
deps: update V8 to 10.7.193.13
11 окт 2022, 08:24
Не верифицирован
11 окт 2022, 08:24
6bd756d
Код
Авторство
О чём код?
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 { id : <messageId> result : { exceptionDetails : { columnNumber : 11 exceptionId : <exceptionId> lineNumber : 1 text : Uncaught SyntaxError: Invalid or unexpected token } status : CompileError } }