Commit 4017d33
committed
fix: add GeneratedCompletion to installer T.cast union types
The cask installer's install_phase and uninstall_phase methods use
T.cast with an explicit union of artifact types. GeneratedCompletion
was missing, causing a runtime T.cast error during cask installation.1 parent 130008c commit 4017d33
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| 336 | + | |
336 | 337 | | |
337 | 338 | | |
338 | 339 | | |
| |||
600 | 601 | | |
601 | 602 | | |
602 | 603 | | |
| 604 | + | |
603 | 605 | | |
604 | 606 | | |
605 | 607 | | |
| |||
0 commit comments