Skip to content

Commit 4cadca7

Browse files
committed
incorrect merge/cherry-pick
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent c36008e commit 4cadca7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717

1818
import { AccountId, FileId } from '@hashgraph/sdk'
1919
import { color, type ListrLogger, PRESET_TIMER } from 'listr2'
20-
import path, { normalize } from 'path'
20+
import path, { dirname, normalize } from 'path'
21+
import { fileURLToPath } from 'url'
2122

2223
export const ROOT_DIR = path.join(dirname(fileURLToPath(import.meta.url)), '..', '..')
2324

0 commit comments

Comments
 (0)