remove --export from hardhat node start

This commit is contained in:
Eric 2025-06-26 17:48:48 +10:00
parent 7461428add
commit f80707d307
No known key found for this signature in database

View File

@ -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: