Skip to content

Commit d54d91c

Browse files
docs: fix
1 parent 3841399 commit d54d91c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ instance.waitUntilValid(() => {
473473
return;
474474
}
475475

476-
console.log(`Filename is ${filename}`);
476+
console.log(`Filename is ${resolved.filename}`);
477477
});
478478
```
479479

0 commit comments

Comments
 (0)