Bug 1523386 - Update debugger frontend (release 121). r=dwalsh

This commit is contained in:
Jason Laster 2019-01-28 16:52:11 -05:00
parent 4ff11b64ac
commit 5f1d658b76
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ add_task(async function() {
await resume(debuggerContext);
const workerScript = findSource(debuggerContext, "debug-sw.js");
await removeBreakpoint(debuggerContext, workerScript.id, 8, 0);
await removeBreakpoint(debuggerContext, workerScript.id, 8);
info("Destroy the worker toolbox");
await serviceWorkerToolbox.destroy();

View File

@ -1,9 +1,9 @@
This is the debugger.html project output.
See https://github.com/devtools-html/debugger.html
Version 120
Version 121
Comparison: https://github.com/devtools-html/debugger.html/compare/release-119...release-120
Comparison: https://github.com/devtools-html/debugger.html/compare/release-120...release-121
Packages:
- babel-plugin-transform-es2015-modules-commonjs @6.26.2