Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 4d65206

Browse files
committed
fix: remove redundant esbuild-problem-matcher markers
1 parent 9e91335 commit 4d65206

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/esbuild.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,10 @@ async function main() {
201201
}
202202
rebuildTimeout = setTimeout(async () => {
203203
console.log(`[${name}] File ${eventType}: ${path.relative(srcDir, filePath)}`)
204-
console.log(`[esbuild-problem-matcher#onStart]`)
205204
try {
206205
await Promise.all([extensionCtx.rebuild(), workerCtx.rebuild()])
207-
console.log(`[esbuild-problem-matcher#onEnd]`)
208206
} catch (err) {
209207
console.error(`[${name}] Rebuild failed:`, err.message)
210-
console.log(`[esbuild-problem-matcher#onEnd]`)
211208
}
212209
}, 200)
213210
}

0 commit comments

Comments
 (0)