Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix build
  • Loading branch information
bkonyi committed Jan 16, 2023
commit cfd4908ac9deae27155099b01493fbf143998623
2 changes: 1 addition & 1 deletion shell/common/switches.cc
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Settings SettingsFromCommandLine(const fml::CommandLine& command_line) {
!command_line.HasOption(FlagForSwitch(Switch::DisableVMService)) &&
// TODO(bkonyi): remove once flutter_tools no longer uses this option.
// See https://github.com/dart-lang/sdk/issues/50233
!command_line.HasOptions(FlagForSwitch(Switch::DisableObservatory));
!command_line.HasOption(FlagForSwitch(Switch::DisableObservatory));

// Enable mDNS VM Service Publication
settings.enable_vm_service_publication =
Expand Down