Skip to content

Commit

Permalink
WIP - #339 test fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Mar 8, 2022
1 parent c74f73e commit c0ad522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/service/vaultsScan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ function vaultsScan({
await genWritable.next(null);
return;
} catch (e) {
console.error(e);
await genWritable.throw(e);
return;
throw e;
// Return;
}
};
}
Expand Down

0 comments on commit c0ad522

Please sign in to comment.