mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 16:33:08 +00:00
Improve error logs
This commit is contained in:
parent
0acb393c3b
commit
c1fc24d4af
@ -262,7 +262,7 @@ proc deployTestToken*(
|
|||||||
execCmdEx(fmt"""cd {submodulePath} && pnpm install""")
|
execCmdEx(fmt"""cd {submodulePath} && pnpm install""")
|
||||||
trace "Executed pnpm install command", output = pnpmInstallOutput
|
trace "Executed pnpm install command", output = pnpmInstallOutput
|
||||||
if pnpmInstallExitCode != 0:
|
if pnpmInstallExitCode != 0:
|
||||||
return error("pnpm install command failed")
|
return error("pnpm install command failed" & pnpmInstallOutput)
|
||||||
|
|
||||||
let (forgeBuildOutput, forgeBuildExitCode) =
|
let (forgeBuildOutput, forgeBuildExitCode) =
|
||||||
execCmdEx(fmt"""cd {submodulePath} && {forgePath} build""")
|
execCmdEx(fmt"""cd {submodulePath} && {forgePath} build""")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user