Commit 059abf4
Fix path validation issue causing CI failures
The real issue was not ora/ESM - it was the path validation logic.
- Removed overly strict path sanitization for output directories
- Absolute paths (used in CI tests) now work correctly
- Relative paths are simply resolved without unnecessary validation
- The PathValidator.sanitizePath was rejecting valid paths
This fixes the 'Invalid output directory: Unknown error' that was
occurring in CI when tests used absolute temp directory paths.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f99ce2b commit 059abf4
1 file changed
+8
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
50 | 44 | | |
51 | 45 | | |
52 | 46 | | |
| |||
0 commit comments