Skip to content

Commit

Permalink
fix(utils): fix relative path for utils in HandlerExecutorFactory
Browse files Browse the repository at this point in the history
It's currently using an invalid path for referencing a relative file and breaking builds.
  • Loading branch information
dtfiedler authored and ppedziwiatr committed May 10, 2024
1 parent 2b6e36f commit af6df73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/modules/impl/HandlerExecutorFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { isBrowser } from '../../../utils/utils';
import { Buffer } from 'warp-isomorphic';
import { InteractionState } from '../../../contract/states/InteractionState';
import { WarpLogger } from '../../../logging/WarpLogger';
import { XOR } from 'utils/types/mutually-exclusive';
import { XOR } from '../../../utils/types/mutually-exclusive';

// 'require' to fix esbuild adding same lib in both cjs and esm format
// https://github.com/evanw/esbuild/issues/1950
Expand Down

0 comments on commit af6df73

Please sign in to comment.