Skip to content

Commit 612522a

Browse files
committed
fix(provider): update Log import path to @opencode-ai/core/util/log after core package refactor
1 parent 8a08a6c commit 612522a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/provider/transform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type * as Provider from "./provider"
66
import type * as ModelsDev from "./models"
77
import { iife } from "@/util/iife"
88
import { Flag } from "@opencode-ai/core/flag/flag"
9-
import { Log } from "@/util"
9+
import { Log } from "@opencode-ai/core/util/log"
1010

1111
const log = Log.create({ service: "transform" })
1212

0 commit comments

Comments
 (0)