Closes #2301
Due to flutter command arguments not being passed, fvm doctor was run instead of fvm flutter doctor when using patrol with fvm.
When listening to javac process, completers could have been completed multiple times (due to onDone, onError listeners), which eventually led to the error.
Closes #2301 Due to flutter command arguments not being passed,
fvm doctor
was run instead offvm flutter doctor
when using patrol with fvm. When listening tojavac
process, completers could have been completed multiple times (due toonDone
,onError
listeners), which eventually led to the error.