Files
Kmake/deps/v8/test/inspector/debugger/es6-module-liveedit-expected.txt
2026-05-26 23:36:42 -07:00

16 lines
280 B
Plaintext

Checks liveedit with ES6 modules.
console.log message from function before patching:
{
type : string
value : module1
}
Debugger.setScriptSource result:
{
status : Ok
}
console.log message from function after patching:
{
type : string
value : patched module1
}