This commit is contained in:
Hai 2025-08-02 04:07:24 +08:00
parent 1e8b7322f0
commit 1a3a7b09c0
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ async function registerSuite(bench, test, baselines) {
await new Promise((resolve, reject) => {
writeFile(
entry,
`${originalEntryContent};console.log('watch test')`,
`${originalEntryContent}; console.log('watch test')`,
(err) => {
if (err) {
reject(err);