This commit is contained in:
Junyuan Feng
2022-02-08 21:12:38 +08:00
parent 4636219b6a
commit d70cbb66d2
10 changed files with 187 additions and 64 deletions

View File

@@ -68,7 +68,7 @@ Future<void> updateBuildData() async {
}
void dartFormat() {
final result = Process.runSync('dart', ['format', './*.dart']);
final result = Process.runSync('dart', ['format', '.']);
print(result.stdout);
if (result.exitCode != 0) {
print(result.stderr);