Skip to content

Commit d028dd5

Browse files
committed
fix import
1 parent 5821e61 commit d028dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Copyright (C) 2022 Posit Software, PBC
77
*/
88

9-
import { initializeLogger, logError, logOptions } from "../../src/core/log.ts";
9+
import { initializeLogger, logError, logOptions } from "./log.ts";
1010
import { Args } from "flags";
1111
import { parse } from "flags";
1212
import { exitWithCleanup } from "./cleanup.ts";

0 commit comments

Comments
 (0)