This commit is contained in:
Max Howell 2023-01-03 10:58:49 -05:00
parent b135e63527
commit 5a460a89ae
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -19,7 +19,7 @@ args:
//TODO verify the sha
import { usePantry, useCache, useDownload, useCellar, useSourceUnarchiver, useOffLicense, useFlags} from "hooks"
import { panic, print } from "utils"
import { print } from "utils"
import { Stowage, Package } from "types"
import * as ARGV from "./utils/args.ts"
import Path from "path"