Skip to content

Commit

Permalink
fix state switch change
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Apr 16, 2020
1 parent 9f16fcf commit a431f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flash-store-sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class FlashStoreSync<K = any, V = any> implements Map<K, V> {
this.asyncBusyDict = {}
this.asyncBusyState = new StateSwitch(
'Busy:' + this.workdir.split('/').pop(), // get the latest folder name
log,
{ log },
)

this.cacheMap = new Map<K, V>()
Expand Down

0 comments on commit a431f2e

Please sign in to comment.