Chromium Code Reviews| Index: pkg/analysis_server/lib/src/plugin/plugin_manager.dart |
| diff --git a/pkg/analysis_server/lib/src/plugin/plugin_manager.dart b/pkg/analysis_server/lib/src/plugin/plugin_manager.dart |
| index e69d1f3ef54b9a7e9862d22c9626d39dee810cc1..6b4fdc7cd722550722f612627dc8604bb7a42ec1 100644 |
| --- a/pkg/analysis_server/lib/src/plugin/plugin_manager.dart |
| +++ b/pkg/analysis_server/lib/src/plugin/plugin_manager.dart |
| @@ -311,7 +311,9 @@ class PluginManager { |
| // TODO(brianwilkerson) Figure out the right list of plugin paths. |
| _whitelistGlobs = <Glob>[ |
| new Glob(resourceProvider.pathContext.separator, |
| - '**/angular_analyzer_plugin/tools/analyzer_plugin') |
| + '**/angular_analyzer_plugin/tools/analyzer_plugin'), |
| + new Glob(resourceProvider.pathContext.separator, |
| + '**angular/tools/analyzer_plugin') |
|
Brian Wilkerson
2017/07/19 20:10:05
I think this was suppose to be a replacement for t
|
| ]; |
| } |