mirror of https://github.com/webpack/webpack.git
debug
This commit is contained in:
parent
1e8b7322f0
commit
1a3a7b09c0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue