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
The shared.js file contains some "dummy variables" that are later filled according to the options; however, if I make two (or more) calls concurrently, the second call may overwrite those variables while the first call did not finish yet, and then we get garbage results for the first call.
The text was updated successfully, but these errors were encountered:
* Fix concurrent async execution
* Fix#42
* Also pass `path` to exclude function
Closes#46
* Update documentation for `exclude`
* Update types for `exclude`
The
shared.js
file contains some "dummy variables" that are later filled according to the options; however, if I make two (or more) calls concurrently, the second call may overwrite those variables while the first call did not finish yet, and then we get garbage results for the first call.The text was updated successfully, but these errors were encountered: