mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 16:43:34 -04:00
@@ -51,8 +51,8 @@ module.exports = function resultProcess(source: string, map: any): void {
|
||||
item.column = posOfNode.character + 1;
|
||||
}
|
||||
} else {
|
||||
item.line = undefined;
|
||||
item.column = undefined;
|
||||
item.line = item.line || undefined;
|
||||
item.column = item.column || undefined;
|
||||
}
|
||||
if (!item.fileName) {
|
||||
item.fileName = sourceFile.fileName;
|
||||
|
||||
Reference in New Issue
Block a user