Commit 4a5713ac authored by Hixie's avatar Hixie

Delete analyzer temporary directories

parent 05d94b5a
...@@ -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