mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-03 21:23:09 +00:00
remove --export from hardhat node start
This commit is contained in:
parent
7461428add
commit
f80707d307
@ -77,7 +77,7 @@ method start*(
|
||||
raiseAssert "failed build path to hardhat executable: " & parent.msg
|
||||
|
||||
let poptions = node.processOptions + {AsyncProcessOption.StdErrToStdOut}
|
||||
let args = @["node", "--export", "deployment-localhost.json"].concat(node.arguments)
|
||||
let args = @["node"].concat(node.arguments)
|
||||
trace "starting node", args, executable, workingDir = node.workingDir
|
||||
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user