fix: import delimiter from path

This commit is contained in:
Amin Yahyaabadi 2022-08-24 00:24:50 -07:00
parent 8a4811f507
commit 2c6bfca888
4 changed files with 5 additions and 4 deletions

2
dist/setup_cpp.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,5 @@
import { join, delimiter, addExeExt } from "patha"
import { join, addExeExt } from "patha"
import { delimiter } from "path"
import semverLte from "semver/functions/lte"
import semverMajor from "semver/functions/major"
import { isUrlOnline } from "is-url-online"

View File

@ -4,7 +4,7 @@ import { untildifyUser } from "untildify-user"
import { appendFileSync, existsSync, readFileSync } from "fs"
import { error, warning } from "ci-log"
import { execPowershell } from "exec-powershell"
import { delimiter } from "patha"
import { delimiter } from "path"
import escapeSpace from "escape-path-with-spaces"
/**