Commit 8e3ea752 authored by Devon Carew's avatar Devon Carew Committed by GitHub

fix app launch in intellij (#7737)

parent 098af183
......@@ -24,7 +24,7 @@ class ColdRunner extends ResidentRunner {
bool usesTerminalUI: true,
this.traceStartup: false,
this.applicationBinary,
bool stayResident,
bool stayResident: true,
}) : super(device,
target: target,
debuggingOptions: debuggingOptions,
......
......@@ -46,7 +46,7 @@ class HotRunner extends ResidentRunner {
String projectRootPath,
String packagesFilePath,
String projectAssets,
bool stayResident,
bool stayResident: true,
}) : super(device,
target: target,
debuggingOptions: debuggingOptions,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment