Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykingxyz committed Sep 21, 2023
1 parent a2cfe22 commit 163adba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/scenarios/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ async function runRspack(ctx) {
onData: function (chunk) {
const lines = (remainingLine + chunk).split("\n");
remainingLine = lines.pop();
console.log(lines);
lines.forEach(processLine);
}
}
Expand Down

0 comments on commit 163adba

Please sign in to comment.