-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
TypeError: arg.trim is not a function
#866
Comments
Hello, thanks for the detailed stack trace. I've created a patch |
Everything is working fine now. Thank you very much for your responsiveness! |
martinratinaud
added a commit
to OpenTermsArchive/engine
that referenced
this issue
Feb 6, 2023
To prevent install of not working version when importing steveukx/git-js#866
martinratinaud
added a commit
to OpenTermsArchive/engine
that referenced
this issue
Feb 6, 2023
To prevent install of not working version when importing steveukx/git-js#866
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Since the version
3.15.0
we get the following error:Here is our initialization code:
We can fix the issue by adding
{ unsafe: { allowUnsafeProtocolOverride: true } }
:But I wondered if this was the right way to fix the issue?
Note: Thus, unless I am mistaken, the minor release
3.15.0
seems to add a breaking change.The text was updated successfully, but these errors were encountered: