wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.17k stars 283 forks source link

Missing await in save method #436

Closed blukat29 closed 9 months ago

blukat29 commented 1 year ago

Add a missing await in the save() method. Without the await, a task that calls hre.deployments.save() exits prematurely before saving the file.

wighawag commented 9 months ago

Thanks for that merged in v0.11.40