| Index: runtime/bin/platform_patch.dart
|
| diff --git a/runtime/bin/platform_patch.dart b/runtime/bin/platform_patch.dart
|
| index c4b348114e2a9a1fd3058026c131ed5e5a1c935f..5896fbdac24d0e051b16e7614ea9183d7b45016c 100644
|
| --- a/runtime/bin/platform_patch.dart
|
| +++ b/runtime/bin/platform_patch.dart
|
| @@ -21,6 +21,8 @@
|
| native "Platform_ExecutableArguments";
|
| @patch static String _version()
|
| native "Platform_GetVersion";
|
| + @patch static bool _ansiSupported()
|
| + native "Platform_AnsiSupported";
|
|
|
| @patch static String _packageRoot()
|
| => VMLibraryHooks.packageRootString;
|
|
|