This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Truffle calls process.exit before all Promises are finished resolving with truffle compile
#6015
Labels
Truffle Dashboard fails to save compilations in the browser when running
truffle compile
. Truffle is callingprocess.exit
before all Promises resolve. The current workaround for this is to calltruffle migrate
with Dashboard running. This provides enough time for the compilations to get saved in the browser.The text was updated successfully, but these errors were encountered: