trufflesuite / truffle-migrate

On-chain migrations management
17 stars 17 forks source link

Saving artifacts... breaks script execution #31

Open adamskrodzki opened 6 years ago

adamskrodzki commented 6 years ago

when running

truffle migrate --network rinkeby Execution ends without error after command Saving artifacts... gets displayed (after first contract deployment - FellowChainToken )

script used for migration below: https://github.com/FellowChain/GovernanceContracts/blob/master/migrations/2_migrate_contracts.js

kpatel1980 commented 6 years ago

I am running into the same issue, it terminates abruptly at a different part of the migrate scripts.