| Index: corelib/src/implementation/options.dart
|
| diff --git a/corelib/src/implementation/options.dart b/corelib/src/implementation/options.dart
|
| index 0dd65c703b0ddd0e27a08282948be5dd6fbdaa37..b1be269e50acc53c2cfe6cd548f8d1af08f0a355 100644
|
| --- a/corelib/src/implementation/options.dart
|
| +++ b/corelib/src/implementation/options.dart
|
| @@ -25,8 +25,8 @@ class RuntimeOptions implements Options {
|
| static List<String> _nativeArguments = const [];
|
|
|
| // This executable singleton is written to by the embedder if applicable.
|
| - static String _nativeExecutable = null;
|
| + static String _nativeExecutable = '';
|
|
|
| // This script singleton is written to by the embedder if applicable.
|
| - static String _nativeScript = null;
|
| + static String _nativeScript = '';
|
| }
|
|
|