diff options
| author | Kit Langton <[email protected]> | 2026-04-15 23:27:32 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-15 23:27:32 -0400 |
| commit | 80f1f1b5b8535b6008af54621665738115346cde (patch) | |
| tree | b963eaa4fe01c79390b9058ed54081a91d5180a2 /packages/console/app/src/component | |
| parent | 343a564183d3c1aa3fc4f46896c2350bda2d2058 (diff) | |
| download | opencode-80f1f1b5b8535b6008af54621665738115346cde.tar.gz opencode-80f1f1b5b8535b6008af54621665738115346cde.zip | |
feat: enable type-aware no-floating-promises rule, fix all 177 violations (#22741)
Diffstat (limited to 'packages/console/app/src/component')
| -rw-r--r-- | packages/console/app/src/component/spotlight.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/src/component/spotlight.tsx b/packages/console/app/src/component/spotlight.tsx index 704306990..19accb88a 100644 --- a/packages/console/app/src/component/spotlight.tsx +++ b/packages/console/app/src/component/spotlight.tsx @@ -766,7 +766,7 @@ export default function Spotlight(props: SpotlightProps) { } } - initializeWebGPU() + void initializeWebGPU() onCleanup(() => { if (cleanupFunctionRef) { |
