Commit 5109dd51 authored by Ian Hickson's avatar Ian Hickson

Merge pull request #341 from Hixie/analyzer-trash

Delete analyzer temporary directories
parents 05d94b5a 4a5713ac
...@@ -229,10 +229,10 @@ class AnalyzeCommand extends FlutterCommand { ...@@ -229,10 +229,10 @@ class AnalyzeCommand extends FlutterCommand {
print(data); print(data);
}); });
// host.deleteSync();
int exitCode = await process.exitCode; int exitCode = await process.exitCode;
host.deleteSync(recursive: true);
List<Pattern> patternsToSkip = <Pattern>[ List<Pattern> patternsToSkip = <Pattern>[
'Analyzing [${mainFile.path}]...', 'Analyzing [${mainFile.path}]...',
new RegExp('^\\[hint\\] Unused import \\(${mainFile.path},'), new RegExp('^\\[hint\\] Unused import \\(${mainFile.path},'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment