Commit 83c01bd
committed
V48 (impl-only): Fix Error cause options for CI TypeScript target
Avoid new Error(message, { cause }) which fails tsc with Expected 0-1 arguments
on the package lib target used by Gate Quality / api build.1 parent 27fec65 commit 83c01bd
2 files changed
Lines changed: 6 additions & 2 deletions
File tree
- packages/generic-hosts/VercelSandbox/src
- __tests__
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
| 429 | + | |
| 430 | + | |
430 | 431 | | |
431 | 432 | | |
432 | 433 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
0 commit comments