mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
fix: remove redundant esbuild-problem-matcher markers
This commit is contained in:
parent
9e91335bf6
commit
4d65206834
1 changed files with 0 additions and 3 deletions
|
|
@ -201,13 +201,10 @@ async function main() {
|
|||
}
|
||||
rebuildTimeout = setTimeout(async () => {
|
||||
console.log(`[${name}] File ${eventType}: ${path.relative(srcDir, filePath)}`)
|
||||
console.log(`[esbuild-problem-matcher#onStart]`)
|
||||
try {
|
||||
await Promise.all([extensionCtx.rebuild(), workerCtx.rebuild()])
|
||||
console.log(`[esbuild-problem-matcher#onEnd]`)
|
||||
} catch (err) {
|
||||
console.error(`[${name}] Rebuild failed:`, err.message)
|
||||
console.log(`[esbuild-problem-matcher#onEnd]`)
|
||||
}
|
||||
}, 200)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue