Commit df6e775
committed
🐛 Fix Lambda.dispose() to return void instead of boolean
Previously, `Lambda.dispose()` returned a boolean value from
`unregister()`, even though its type definition specifies a return type
of `void`. This commit updates the implementation to ensure that
`dispose()` and `[Symbol.dispose]` both return `void` as intended.1 parent 5f8e7f4 commit df6e775
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| 268 | + | |
268 | 269 | | |
269 | 270 | | |
270 | 271 | | |
| |||
275 | 276 | | |
276 | 277 | | |
277 | 278 | | |
278 | | - | |
279 | | - | |
| 279 | + | |
| 280 | + | |
280 | 281 | | |
281 | 282 | | |
282 | 283 | | |
| |||
0 commit comments