Fixed require paths

Previously, relative require paths would be resolved based on the
current working directory. They are now resolved based on the path
of the module.
This commit is contained in:
2022-10-12 13:11:36 -04:00
parent 150fc0dd4a
commit 5d27befb6f
2 changed files with 2 additions and 4 deletions

View File

@@ -196,6 +196,7 @@ func (analyzer analysisOperation) analyzeType (
actual,
bitten,
err = analyzer.fetchSectionFromIdentifier(inputType.Name())
if err != nil { return }
if actual == nil {
err = inputType.NewError (