Skip to content

Commit

Permalink
Add note about explicit pub get needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Seidel committed May 2, 2016
1 parent 6072552 commit f58fa76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/flutter_tools/lib/src/commands/build_aot.dart
Expand Up @@ -94,6 +94,8 @@ String buildAotSnapshot(
if (!FileSystemEntity.isDirectorySync(packagesPath)) {
printError('Could not find packages directory: $packagesPath\n' +
'Did you run `pub get` in this directory?');
printError('This is needed to work around ' +
'https://github.com/dart-lang/sdk/issues/26362');
return null;
}

Expand Down

0 comments on commit f58fa76

Please sign in to comment.