Commit 8046a49
authored
The `-o` flag is not ever followed by an equals sign (`-o=out.js` will
produce a file called `=out.js`) so this code was not handling the use
case it was indented to.
1 parent 169c517 commit 8046a49
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14416 | 14416 | | |
14417 | 14417 | | |
14418 | 14418 | | |
14419 | | - | |
| 14419 | + | |
| 14420 | + | |
14420 | 14421 | | |
14421 | 14422 | | |
14422 | 14423 | | |
| |||
14436 | 14437 | | |
14437 | 14438 | | |
14438 | 14439 | | |
| 14440 | + | |
| 14441 | + | |
14439 | 14442 | | |
14440 | 14443 | | |
14441 | 14444 | | |
| |||
0 commit comments