Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Oct 16, 2023
1 parent 23b232c commit 7d9517e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ export class TalonSpokenFormsJsonReader implements TalonSpokenForms {
const parentDir = path.dirname(this.spokenFormsPath);
await mkdir(parentDir, { recursive: true });
this.disposer.push(
this.fileSystem.watchDir(parentDir, () => this.notifier.notifyListeners()),
this.fileSystem.watchDir(parentDir, () =>
this.notifier.notifyListeners(),
),
);
}

Expand Down

0 comments on commit 7d9517e

Please sign in to comment.