Fix typing errors after upgrades

pull/16294/head
J. Ryan Stinnett 2021-01-27 14:35:02 +00:00
parent c34a36a9e2
commit 0f3623393f
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ async function start() {
// error handling begins here
// ##########################
if (!acceptBrowser) {
await new Promise(resolve => {
await new Promise<void>(resolve => {
console.error("Browser is missing required features.");
// take to a different landing page to AWOOOOOGA at the user
showIncompatibleBrowser(() => {