Extract errors into module
This commit is contained in:
parent
d13abc115d
commit
a21b1e8c03
12 changed files with 11 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import type { Logger } from "../tracing/logger";
|
||||
import { createPromise } from "../utils/create-promise";
|
||||
import { SyncResetError } from "./sync-reset-error";
|
||||
import { SyncResetError } from "../errors/sync-reset-error";
|
||||
|
||||
/**
|
||||
* Offers a resettable fetch implementation that waits until syncing is enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue