mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-02-27 01:03:08 +00:00
Debug for forge command
This commit is contained in:
parent
0753d2db9d
commit
ed7c75805a
@ -175,6 +175,10 @@ proc deployTestToken*(
|
||||
let forgePath = getForgePath()
|
||||
debug "Forge path", forgePath
|
||||
|
||||
let forgeCleanCmd = fmt"""cd {submodulePath} && {forgePath} clean"""
|
||||
debug "Forge clean command", forgeCleanCmd
|
||||
# get current directory
|
||||
debug "Current working directory", cwd = getCurrentDir()
|
||||
# Build the Foundry project
|
||||
let (forgeCleanOutput, forgeCleanExitCode) =
|
||||
execCmdEx(fmt"""cd {submodulePath} && {forgePath} clean""")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user