| Index: lib/src/runner/vm/platform.dart
|
| diff --git a/lib/src/runner/vm/platform.dart b/lib/src/runner/vm/platform.dart
|
| index 41ffd414c41651d59205ead62c31869a3938491f..78ce654bbfde94fe12c41e6f36a2d6992c984875 100644
|
| --- a/lib/src/runner/vm/platform.dart
|
| +++ b/lib/src/runner/vm/platform.dart
|
| @@ -69,7 +69,7 @@ class VMPlatform extends PlatformPlugin {
|
| });
|
| new IsolateChannel.connectSend(message).pipe(channel);
|
| }
|
| - ''', message, packageRoot: p.toUri(_config.packageRoot), checked: true);
|
| + ''', message, checked: true);
|
| }
|
|
|
| var url = _config.pubServeUrl.resolveUri(
|
|
|