diff --git a/common/settings.h b/common/settings.h index 4a914d89fab5a..5dcef45a17ddb 100644 --- a/common/settings.h +++ b/common/settings.h @@ -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";