Skip to content

Commit 9a80d88

Browse files
committed
fix import
1 parent 8f7112e commit 9a80d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/executor/src/execution/execute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import {
4242
isIterableObject,
4343
isObjectLike,
4444
isPromise,
45+
locatedError,
4546
mapAsyncIterator,
4647
Maybe,
4748
MaybePromise,
@@ -57,7 +58,6 @@ import { createDeferredPromise, handleMaybePromise } from '@whatwg-node/promise-
5758
import { coerceError } from './coerceError.js';
5859
import { flattenAsyncIterable } from './flattenAsyncIterable.js';
5960
import { invariant } from './invariant.js';
60-
import { locatedError } from './locatedError.js';
6161
import { promiseForObject } from './promiseForObject.js';
6262
import { getVariableValues } from './values.js';
6363

0 commit comments

Comments
 (0)