Skip to content

Commit

Permalink
Update quint/src/parsing/quintParserFrontend.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Pani <[email protected]>
  • Loading branch information
konnov and thpani authored Dec 11, 2023
1 parent 6cd79a5 commit 92bd363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quint/src/parsing/quintParserFrontend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export function parsePhase2sourceResolution(
worklist.push([m, pathTrail.concat([importeePath])])
})
sourceToModules.set(importeePath.normalizedPath, newModules)
visitedPaths.set(importeePath.normalizedPath.toLocaleLowerCase(), importeePath.normalizedPath)
visitedPaths.set(importeeLowerCase, importeeNormalized)
sourceMap = new Map([...sourceMap, ...parseResult.sourceMap])
}
}
Expand Down

0 comments on commit 92bd363

Please sign in to comment.