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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user