This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 134
path.dirname(undefined) bug in v0.12.1 #233
Comments
Cool, this sounds like a potential ready-to-go pull request; @MrBlenny do you want to create a PR with the change? I can also just apply the change you've described here if you'd like. |
I'm not actually sure how to create a PR for a specific release (as the code in master relates to the beta? not v0.12.1). I created a copy of the repo @ v0.12.1 here that contains the change. |
LewisJEllis
added a commit
that referenced
this issue
Nov 18, 2016
LewisJEllis
added a commit
that referenced
this issue
Nov 18, 2016
@MrBlenny published this in v0.12.2. |
LewisJEllis
added a commit
that referenced
this issue
Nov 22, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In some versions of node/babel/webpack there are problems with
path.dirname(undefined)
.See here
path.dirname(undefined) will throw an error - as follows:
Line 87 of
lib/utils
causes this problem for me in raven-node v0.12.1This should be modified to become
The text was updated successfully, but these errors were encountered: