Commit 1f9302a
committed
Pass the full path of the configuration file.
Fixes #563
The fix is actually the change in main.ts. The same change was applied to
project.ts though I've not found a way to create a test case that generates
there. (It may not be currently possible to generate such a case.) It just seems
that the two calls to parseJsonConfigFileContent should pass the whole path to
the config.1 parent 4c27021 commit 1f9302a
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments