onflow / flow-cli

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications
https://onflow.org
Apache License 2.0
206 stars 66 forks source link

Fix issue with flow dev/emulator running simultaneously #1585

Closed chasefleming closed 4 months ago

chasefleming commented 4 months ago

An error causes flow dev to crash. Remove a field from a contract and save while running to reproduce. If you run emulator separately and run flow dev --disable-emulator the error does not kill the terminal.