Skip to content

Commit

Permalink
update .vscode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
wkazmierczak committed Sep 16, 2024
1 parent becd1cb commit 8d343bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
],
"url": "./schemas/scene.schema.json"
}
]
],
"eslint.workingDirectories": [{ "mode": "auto" }]
}
2 changes: 1 addition & 1 deletion demos/utils/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export async function runCompositorExample(

await fn();
} catch (err) {
void logError(err);
await logError(err);
throw err;
}
}
Expand Down

0 comments on commit 8d343bc

Please sign in to comment.