mirror of
https://github.com/TuringSoftware/CrystalFetch.git
synced 2026-01-08 21:34:55 +08:00
worker: more verbose logging in ESD creation
This commit is contained in:
parent
7c6efa9653
commit
7225052413
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ extension Worker {
|
|||
if build.count > 32 {
|
||||
build = String(build.prefix(32))
|
||||
}
|
||||
try await exec(at: nil, executableURL: script, esdUrl.path, isoUrl.path, build)
|
||||
try await exec(at: nil, executableURL: script, "-v", esdUrl.path, isoUrl.path, build)
|
||||
completedDownloadUrl = isoUrl
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue