google / google/closure-compiler
Silent failure when input file path and output file path are the same
Open
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 1.2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 6
Description
Running:
```
java -jar ../target/closure-compiler-1.0-SNAPSHOT.jar --js gwt.js --js_output_file gwt.js
```
The compiler exits with a non-zero exit code and the file is not updated. However no error message is given to the user.
Contributor guide
Assessment
This issue has not been assessed yet.