Skip to content

Commit 940a789

Browse files
committed
Fix object undefined in error message
1 parent f8a8159 commit 940a789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3346,7 +3346,7 @@ async function retrieveMetadata() {
33463346
}
33473347
}
33483348
catch( e ) {
3349-
consoleLog(`Error converting queued file="${queueItem.handle.file ?? '?'}" to URI`, e);
3349+
consoleLog(`Error converting queued file="${queueItem.dataset.file ?? '?'}" to URI`, e);
33503350
return;
33513351
}
33523352

0 commit comments

Comments
 (0)