-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pacmak): TypeError when operating with Worker threads (#2550)
This works around isaacs/node-graceful-fs#204, where `graceful-fs` cannot be loaded from within `Worker` threads. Since the language generators are loaded in worker threads whenever they are available, they cannot use `fs-extra` which itself uses `graceful-fs`. This is hopefully a temporary measure, until isaacs/node-graceful-fs#205 is merged & released. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
- Loading branch information
1 parent
cf961f0
commit 5822e48
Showing
1 changed file
with
47 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters