Skip to content

Commit

Permalink
fix(sandpack): dependency download (#8491)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Jul 8, 2024
1 parent 8dcba7d commit fe16273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app/src/sandbox/compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,8 @@ async function compile(opts: CompileOptions) {
type: 'dependencies',
data: {
state: 'downloaded_module',
totalPending: total - done,
total,
progress: done,
name: dependencyName,
},
});
Expand Down

0 comments on commit fe16273

Please sign in to comment.