Skip to content

Commit

Permalink
darwin: move to core/src/util
Browse files Browse the repository at this point in the history
  • Loading branch information
slice committed Dec 16, 2024
1 parent 049b128 commit 40593c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/persist.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { resolve, join, dirname } from "node:path";
import { mkdirSync, renameSync, existsSync, copyFileSync, readdirSync } from "node:fs";
import Logger from "./util/logger";
import * as darwin from "./darwin";
import * as darwin from "./util/darwin";

const logger = new Logger("core/persist");

Expand Down
File renamed without changes.

0 comments on commit 40593c9

Please sign in to comment.