[ALOY-524] Improve logging to show the filename of the file.
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2013-02-23T03:33:12.000+0000 |
Affected Version/s | Alloy 1.0.0 |
Fix Version/s | Alloy 1.1.0, 2013 Sprint 04 |
Components | Titanium SDK |
Labels | n/a |
Reporter | Jeff Haynie |
Assignee | Unknown |
Created | 2013-02-17T08:11:06.000+0000 |
Updated | 2018-03-07T22:26:09.000+0000 |
Description
Logs will only show the tag name and the line number, but not the filename. When you have multiple views, this can be hard to pin point the specific file. Also, a number of the errors in the tag parsers don't use the right dieWithNode function.
Resolved in this commit: https://github.com/appcelerator/alloy/commit/4ee659abb6ec2413b4b3bc781ca422e0c1f4565e
Need more information for testing