Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
pittst3r committed Jul 14, 2020
1 parent 53d8d60 commit 5e0adf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/bundler-shutdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@bigtest/bundler": patch
---

The `try`/`finally` in `Bundler` was not wrapping the code that it should have; switch to using `ensure()` API.
The `try`/`finally` in `Bundler` was not wrapping the code that it should have; fix this by wrapping more.
1 change: 0 additions & 1 deletion packages/bundler/src/bundler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Operation, resource } from 'effection';
import { on } from '@effection/events';
import { subscribe, Subscribable, SymbolSubscribable, ChainableSubscription } from '@effection/subscription';
import { Channel } from '@effection/channel';
import { ensure } from '@bigtest/effection';
import { watch, RollupWatchOptions, RollupWatcherEvent, RollupWatcher } from 'rollup';
import resolve from '@rollup/plugin-node-resolve';
import * as commonjs from '@rollup/plugin-commonjs';
Expand Down

0 comments on commit 5e0adf7

Please sign in to comment.