Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/fix builder paths #75

Merged
merged 3 commits into from
Mar 2, 2018
Merged

Fix/fix builder paths #75

merged 3 commits into from
Mar 2, 2018

Conversation

xizhao
Copy link
Contributor

@xizhao xizhao commented Mar 2, 2018

Some fixes and ignores, please merge if approved.

@@ -185,6 +185,7 @@ func (builder *NodeJSBuilder) DiscoverModules(dir string) ([]config.ModuleConfig
}

nodejsLogger.Debugf("Found NodeJS package: %s (%s)", path, moduleName)
path, _ = filepath.Rel(dir, path)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer if you didn't mutate path, and instead gave this a different name (e.g. manifestPath).

@xizhao xizhao merged commit d073805 into master Mar 2, 2018
@xizhao xizhao deleted the fix/fix-builder-paths branch March 3, 2018 03:09
meghfossa pushed a commit that referenced this pull request Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants