Commit 317a09f
don't try to read missing .babelrc file
Conditional to proceed or not after seeking .babelrc was not
couched in else, and therefore was both resolve(babel)ing as well
as going and trying to read the non-existent file.
Don't try to read the non-existent file.
Closes #7421 parent 1e8f9b9 commit 317a09f
File tree
2 files changed
+2
-2
lines changed- dist/main/lang/modules
- lib/main/lang/modules
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments