Skip to content

Commit 5ee5b12

Browse files
Update dev.tsx
1 parent 1e268bf commit 5ee5b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wrangler/src/dev.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ function useWorker(props: {
574574

575575
const assets = await syncAssets(
576576
accountId,
577-
name || path.basename(bundle.path),
577+
path.basename(bundle.path),
578578
assetPaths,
579579
true
580580
); // TODO: cancellable?

0 commit comments

Comments
 (0)