[📦 NEW] flutter upgrade (#260)
This commit is contained in:
committed by
Roey Darwish Dror
parent
cda1363b6d
commit
4b495629c8
@@ -346,6 +346,15 @@ fn run() -> Result<(), Error> {
|
||||
)?;
|
||||
}
|
||||
|
||||
if config.should_run(Step::Flutter) {
|
||||
execute(
|
||||
&mut report,
|
||||
"Flutter",
|
||||
|| generic::run_flutter_upgrade(run_type),
|
||||
config.no_retry(),
|
||||
)?;
|
||||
}
|
||||
|
||||
if config.should_run(Step::Emacs) {
|
||||
execute(&mut report, "Emacs", || emacs.upgrade(run_type), config.no_retry())?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user