Skip to content

Commit 19bc38c

Browse files
authored
fix(deno_facade): a typo in migration function (#509)
1 parent 5fc7f0a commit 19bc38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/deno_facade/eszip/migrate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ mod v2 {
396396
None,
397397
);
398398

399-
v2_eszip
399+
v1_1_eszip
400400
.ensure_read_all()
401401
.await
402402
.with_context(|| "failed to load v1.1 eszip data")?;

0 commit comments

Comments
 (0)