Commit 605d443a authored by Aniket-Engg's avatar Aniket-Engg Committed by Aniket

imports location fixed

parent fd3686b8
...@@ -130,7 +130,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => { ...@@ -130,7 +130,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
row = location.start.line row = location.start.line
column = location.start.column column = location.start.column
locationString = row + 1 + ':' + column + ':' locationString = row + 1 + ':' + column + ':'
fileName = Object.keys(lastCompilationResult.contracts)[file] fileName = Object.keys(lastCompilationResult.sources)[file]
} }
warningCount++ warningCount++
const msg = message(item.name, item.warning, item.more, fileName, locationString) const msg = message(item.name, item.warning, item.more, fileName, locationString)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment