Skip to content

Commit

Permalink
fix: issue with multiple browser configs not waiting for eachother
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jun 24, 2021
1 parent 060e786 commit 23f2d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export function create(): {
isActive: false,
isWatchMode: false,
getBundleWriter() {
const bundles: unknown[] = [];
const bundles: unknown[] = [PENDING_MARKER];
let outputIds: string[] | undefined;
let writtenBundles: number;
bundlesPerWriter.push(bundles);
Expand Down

0 comments on commit 23f2d85

Please sign in to comment.