Skip to content

Commit

Permalink
Update dev.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone authored Jan 26, 2022
1 parent 1e268bf commit 5ee5b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/dev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ function useWorker(props: {

const assets = await syncAssets(
accountId,
name || path.basename(bundle.path),
path.basename(bundle.path),
assetPaths,
true
); // TODO: cancellable?
Expand Down

0 comments on commit 5ee5b12

Please sign in to comment.