Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix type
  • Loading branch information
c4spar committed Jun 16, 2024
commit dfef91450948afb3e8effa4444a45f75f09186b2
2 changes: 1 addition & 1 deletion command/upgrade/logger.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Spinner } from "@std/cli/spinner";
import type { Spinner } from "./spinner.ts";

export interface Logger {
log(...data: Array<unknown>): void;
Expand Down