| Index: lib/src/options.dart
|
| diff --git a/lib/src/options.dart b/lib/src/options.dart
|
| index 238dafa74180c63a47300da2df84a6ee126b8aa0..bfd1eb2886f5c17ef95af2e2b7a152108a53028a 100644
|
| --- a/lib/src/options.dart
|
| +++ b/lib/src/options.dart
|
| @@ -193,7 +193,7 @@ class CompilerOptions implements RulesOptions, ResolverOptions, JSCodeOptions {
|
| @override
|
| final bool emitSourceMaps;
|
|
|
| - /// Location for runtime files, such as `dart_core.js`. By default this is
|
| + /// Location for runtime files, such as `dart_runtime.js`. By default this is
|
| /// inferred to be under `lib/runtime/` in the location of the `dev_compiler`
|
| /// package (if we can infer where that is located).
|
| final String runtimeDir;
|
|
|