revmoe the debug:true param from the atom launch config (#4464)
This commit is contained in:
parent
0db04819dc
commit
d3e5e48701
@ -30,8 +30,6 @@ String findMainDartFile([String target]) {
|
|||||||
return targetPath;
|
return targetPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: split out the cli part of the UI from this class
|
|
||||||
|
|
||||||
class RunAndStayResident {
|
class RunAndStayResident {
|
||||||
RunAndStayResident(
|
RunAndStayResident(
|
||||||
this.device, {
|
this.device, {
|
||||||
|
@ -3,8 +3,6 @@ type: flutter
|
|||||||
path: lib/main.dart
|
path: lib/main.dart
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
# Enable or disable debugging.
|
|
||||||
debug: true
|
|
||||||
# The starting route for the app.
|
# The starting route for the app.
|
||||||
route:
|
route:
|
||||||
# Additional args for the flutter run command.
|
# Additional args for the flutter run command.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user