未验证 提交 558ad123 编写于 作者: J Jason Simmons 提交者: GitHub

Restore original value of the Dart advisory script URI (#24973)

Some flutter_tester scripts rely on the old value because Dart will convert
"main.dart" into a Platform.script URI containing a fully qualified path to
the script.
上级 9061ea5f
......@@ -118,7 +118,7 @@ struct Settings {
// Used as the script URI in debug messages. Does not affect how the Dart code
// is executed.
std::string advisory_script_uri = "file:///main.dart";
std::string advisory_script_uri = "main.dart";
// Used as the script entrypoint in debug messages. Does not affect how the
// Dart code is executed.
std::string advisory_script_entrypoint = "main";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册