Fix linking script on windows

This commit is contained in:
garronej
2024-10-24 23:21:12 +00:00
parent 12e632d221
commit 7326038424
4 changed files with 118 additions and 44 deletions

View File

@ -1,11 +1,5 @@
import * as fs from "fs";
import {
join as pathJoin,
relative as pathRelative,
basename as pathBasename,
dirname as pathDirname,
sep as pathSep
} from "path";
import { join as pathJoin, basename as pathBasename, dirname as pathDirname } from "path";
import { assert } from "tsafe/assert";
import { run } from "../shared/run";
import { cacheDirPath as cacheDirPath_base } from "../shared/cacheDirPath";