Skip to content

Commit 49e8614

Browse files
zorjisdepold
andcommitted
fix(mssql/async-queue): fix unable to start mysql due to circular ref (#13823)
Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
1 parent f456931 commit 49e8614

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/dialects/mssql/async-queue.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { BaseError, ConnectionError } from '../../errors';
1+
import BaseError from '../../errors/base-error';
2+
import ConnectionError from '../../errors/connection-error';
23

34
/**
45
* Thrown when a connection to a database is closed while an operation is in progress

0 commit comments

Comments
 (0)