Skip to content

Commit

Permalink
remove uix path dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Feb 9, 2024
1 parent a4500d6 commit a77e2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threads/threads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const logger = new Logger("thread-runner");
import { Datex, f } from "../mod.ts";
import { blobifyFile, blobifyScript } from "../utils/blobify.ts";
import { RuntimeError } from "../types/errors.ts";
import { Path } from "https://dev.cdn.unyt.org/uix/utils/path.ts";
import { Path } from "../utils/path.ts";
import { getCallerDir } from "../utils/caller_metadata.ts";
import { PromiseMapReturnType, PromiseMappingFn } from "./promise-fn-types.ts";
import { JSTransferableFunction } from "../types/js-function.ts";
Expand Down

0 comments on commit a77e2f7

Please sign in to comment.