mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Unblock Fuchsia roll (flutter/engine#12977)
See https://cirrus-ci.com/task/5367628704514048 and https://github.com/flutter/engine/pull/12822
This commit is contained in:
parent
ff1b1653c0
commit
97da41eae7
@ -351,8 +351,8 @@ bool DartComponentController::Main() {
|
||||
|
||||
tonic::DartMicrotaskQueue::StartForCurrentThread();
|
||||
|
||||
std::vector<std::string> arguments = std::move(
|
||||
startup_info_.launch_info.arguments.value_or(std::vector<std::string>()));
|
||||
std::vector<std::string> arguments =
|
||||
startup_info_.launch_info.arguments.value_or(std::vector<std::string>());
|
||||
|
||||
stdoutfd_ = SetupFileDescriptor(std::move(startup_info_.launch_info.out));
|
||||
stderrfd_ = SetupFileDescriptor(std::move(startup_info_.launch_info.err));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user