Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

fix: allow fine tuning of chokidar to prevent ENOSPC errors #1384

Merged
merged 2 commits into from Sep 14, 2018
Merged

fix: allow fine tuning of chokidar to prevent ENOSPC errors #1384

merged 2 commits into from Sep 14, 2018

Conversation

jpike88
Copy link
Contributor

@jpike88 jpike88 commented Sep 14, 2018

No description provided.

private warnings = new Map<string, string[]>();
constructor(public fuse: FuseBox) {
this.runner = new BundleRunner(this.fuse);
}

public run(opts: { chokidar?: any; runType?: string }): Promise<BundleProducer> {
public run(opts: { chokidar?: any; chokidarPaths?: any; runType?: string }): Promise<BundleProducer> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a breaking change! Move the args please.

Copy link
Contributor

@nchanged nchanged left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@nchanged nchanged merged commit 563765a into fuse-box:master Sep 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants