You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @technophile-04, we will attempt to swap in the readline version of clearLine.
Either way we will get a fix in place to resolve running ignition within a github action.
Description :
Its seems
process.stdout.clearLine
might not work in some OS / node versions, recently encountered this error in our gh-actions CI job :https://github.com/scaffold-eth/scaffold-eth-2/actions/runs/7158553408/job/19490782791
hardhat-ignition/packages/hardhat-plugin/src/ui/pretty-event-handler.ts
Line 455 in 4e06abf
I think this was the cause in our case
Similar issues reported on other repo's :
https://forum.cloudron.io/topic/9219/calling-build-inside-a-docker-container
cookpete/auto-changelog#73
hallh/elasticsearch-primary-balancer#9
Possible solution is to use
clearLine
from node'sreadline
:It was suggested here : https://stackoverflow.com/questions/34570452/node-js-stdout-clearline-and-cursorto-functions#comment80319576_34570694
The text was updated successfully, but these errors were encountered: