Commit ae46196
build,win: goto lint only after defining node_exe
When running `vcbuild lint` on a new prompt where vcbuild was not run
before, `%node_exe%` was not defined and `eslint.js`, `lint-js.js`
and `lint-md.js` would be run directly using the program defined in
Windows (usually the Windows Scripting Host or Notepad).
This moves the goto statement to after `%node_exe%` is defined.
Fixes: #29602
PR-URL: #29616
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>1 parent ef033d0 commit ae46196Copy full SHA for ae46196
File tree
Expand file treeCollapse file tree
1 file changed
+4
-5
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+4
-5
lines changedOpen diff view settings
Collapse file
+4-5Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
152 | 152 | |
153 | 153 | |
154 | 154 | |
155 | | - |
156 | | - |
157 | | - |
158 | | - |
159 | 155 | |
160 | 156 | |
161 | 157 | |
| ||
178 | 174 | |
179 | 175 | |
180 | 176 | |
| 177 | + |
| 178 | + |
| 179 | + |
181 | 180 | |
182 | 181 | |
183 | 182 | |
| ||
641 | 640 | |
642 | 641 | |
643 | 642 | |
644 | | - |
| 643 | + |
645 | 644 | |
646 | 645 | |
647 | 646 | |
|
0 commit comments