This commit is contained in:
Kurt Hutten
2021-09-10 18:45:03 +10:00
parent da557a5c16
commit 12ab456446
3 changed files with 12 additions and 4 deletions

View File

@@ -36,7 +36,8 @@ export const runCQ = async ({
)
await runCommand(
`cat ${stlPath} /var/task/cadhub-concat-split /tmp/${tempFile}/metadata.json | gzip > ${fullPath}`,
15000, true
15000,
true
)
return { consoleMessage, fullPath }
} catch (error) {