This commit is contained in:
SrGooglo 2024-01-25 00:37:57 +01:00
parent bd56ca6595
commit 2f40c0b726

View File

@ -4,7 +4,7 @@ import ChildProcess from "node:child_process"
import sendToRender from "../../utils/sendToRender"
export default async (manifest, step,) => {
export default async (manifest, step) => {
const _path = path.resolve(manifest.packPath, step.path)
console.log(`Cloning ${step.url}...`)