mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Merge pull request #341 from Hixie/analyzer-trash
Delete analyzer temporary directories
This commit is contained in:
commit
5109dd51a6
@ -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},'),
|
||||||
|
Loading…
Reference in New Issue
Block a user