Opened 10 years ago
Last modified 10 years ago
#12652 confirmed Bug
GCC's logs are useless
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : CKBuilder | Version: | |
Keywords: | Cc: | Wiktor Walc |
Description
The GCC does not say where the WARNING is. It just says it's in en.js, but there are dozens of en.js files.
Logs:
com.google.javascript.jscomp.LoggerErrorManager println WARNING: en.js:5: WARNING - Parse error. Internet Explorer has a non-standard intepretation of trailing commas. Arrays will have the wrong length and objects will not parse at all. } ); ^
Change History (3)
comment:1 Changed 10 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
For the future reference:
./dev/builder/build.sh --debug-level 5 > debug.txt 2>&1
As a temporary workaround increasing
--debug-level
may help in finding the proper file.