mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 02:24:18 +00:00
fix str
This commit is contained in:
parent
b772dd12f7
commit
4ab392ba8b
@ -13,10 +13,10 @@ export default async (manifest, step) => {
|
||||
|
||||
sendToRender(`pkg:update:status`, {
|
||||
id: manifest.id,
|
||||
statusText: `Pulling ${step.url}`,
|
||||
statusText: `Pulling...`,
|
||||
})
|
||||
|
||||
console.log(`[${manifest.id}] steps.git_pull() | Pulling ${step.url}...`)
|
||||
console.log(`[${manifest.id}] steps.git_pull() | Pulling...`)
|
||||
|
||||
fs.mkdirSync(_path, { recursive: true })
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user