Commit 6880eb4
fix(kernel-utils): restore definite-assignment assertion for releaseLock
The build tsconfig (with strict mode) requires the `!` assertion on
`releaseLock` since TypeScript cannot verify that the Promise constructor
callback runs synchronously.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 25e7fe2 commit 6880eb4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments