Skip to content

Commit

Permalink
missing await
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Oct 6, 2023
1 parent 7262ec5 commit 3ab6b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/drivers/src/characterscreendisplay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ export async function startCharacterScreenDisplay(
await display.show()
}

return startCharacterScreen(render, options)
return await startCharacterScreen(render, options)
}

0 comments on commit 3ab6b0a

Please sign in to comment.