We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5821e61 commit d028dd5Copy full SHA for d028dd5
src/core/main.ts
@@ -6,7 +6,7 @@
6
* Copyright (C) 2022 Posit Software, PBC
7
*/
8
9
-import { initializeLogger, logError, logOptions } from "../../src/core/log.ts";
+import { initializeLogger, logError, logOptions } from "./log.ts";
10
import { Args } from "flags";
11
import { parse } from "flags";
12
import { exitWithCleanup } from "./cleanup.ts";
0 commit comments