Skip to content

Commit 8b479ac

Browse files
committed
fix file names for playground
1 parent 7608a97 commit 8b479ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.web.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ input?.addEventListener("change", async function( event ) {
676676
blobElement.removeAttribute("id");
677677
blobElement.removeAttribute("style");
678678

679-
const name = `0x${ instance.toString(16) }`;
679+
const name = `0x${ instance.toString(16).padStart(16,"0") }`;
680680

681681
if( entry.mimetype ){
682682

0 commit comments

Comments
 (0)