Render file name and position in errors from JS library stubs
This commit is contained in:
@@ -128,8 +128,7 @@ public class CompilerOutputParser {
|
||||
|
||||
message.setLength(0);
|
||||
|
||||
String rawPath = attributes.getValue("path");
|
||||
path = rawPath == null ? null : rawPath;
|
||||
path = attributes.getValue("path");
|
||||
line = safeParseInt(attributes.getValue("line"), -1);
|
||||
column = safeParseInt(attributes.getValue("column"), -1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user