There was an error while loading. Please reload this page.
1 parent 507b751 commit 07d76edCopy full SHA for 07d76ed
1 file changed
src/util/abort.ts
@@ -61,6 +61,7 @@ export function getInflightQueryAbortHandler(
61
const handler = connection.cancelQuery
62
63
if (!handler) {
64
+ beforeThrow()
65
throwUnsupportedInflightQueryAbortStrategyError(
66
abortStrategy,
67
connection.killSession ? 'kill session' : undefined,
@@ -74,6 +75,7 @@ export function getInflightQueryAbortHandler(
74
75
const handler = connection.killSession
76
77
78
79
80
81
connection.cancelQuery ? 'cancel query' : undefined,
0 commit comments