Commit 3a85b2b
committed
fix(install): replace unwrap() with fallible error handling in native shims
Convert panicking unwrap() calls in write_native_shims() to proper
error returns with context messages. Handles edge cases like missing
parent directory, incompatible paths, and non-UTF8 paths.1 parent 3fb6469 commit 3a85b2b
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
| |||
0 commit comments