mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Restore original value of the Dart advisory script URI (flutter/engine#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.
This commit is contained in:
parent
35baf61de1
commit
2aa7f4c1c2
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user