Chromium Code Reviews| Index: sky/tools/shelldb |
| diff --git a/sky/tools/shelldb b/sky/tools/shelldb |
| index e375dbffdc20685b2c65f8ad444a424f60921e2a..d64f917df614d125fe57ac0881a9f85e58110cd1 100755 |
| --- a/sky/tools/shelldb |
| +++ b/sky/tools/shelldb |
| @@ -241,6 +241,7 @@ class Analyze(object): |
| "--url-mapping=dart:sky,%s" % dart_sky_path, |
| "--url-mapping=dart:sky_builtin,%s" % sky_builtin_path, |
| "--package-root", dev_packages_root(build_dir), |
| + "--package-warnings", |
| args.app_path |
| ] |
| return subprocess.call(analyzer_args) |