You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are using nodegit which is an inherently asynchronous JavaScript library. It is a bit tedious to use, documentation is also not that perfect. So maybe there is a better alternative ?
Also, since nodgit is async it is hard to include into the otherwise 'classical' script which use synchronous function calls (and their return values).
Alternatively, change the script to a use promises everywhere.
The text was updated successfully, but these errors were encountered:
Currently we are using
nodegit
which is an inherently asynchronous JavaScript library. It is a bit tedious to use, documentation is also not that perfect. So maybe there is a better alternative ?Also, since nodgit is async it is hard to include into the otherwise 'classical' script which use synchronous function calls (and their return values).
Alternatively, change the script to a use promises everywhere.
The text was updated successfully, but these errors were encountered: