We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12dc651 commit 685af8dCopy full SHA for 685af8d
src/client/reactive/active-expression-rewriting/active-expression-rewriting.js
@@ -347,7 +347,6 @@ export class AEDebuggingCache {
347
async updateDebggingViews() {
348
for (let i = 0; i < this.registeredDebuggingViews.length; i++) {
349
if (![...this.changedFiles].some(file => file.includes(this.registeredDebuggingViews[i].url))) continue;
350
- debugger;
351
if (!(await this.registeredDebuggingViews[i].callback())) {
352
this.registeredDebuggingViews.splice(i, 1);
353
i--;
0 commit comments