mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Dart_IsolateMakeRunnable was returning false, which can indicate that the isolate was already running. This patch seems harmless, but I'll follow up to understand more about what's happening here. Fixes #2383