This commit is contained in:
lollipopkit
2023-08-24 21:24:27 +08:00
parent 536fbedda2
commit 7d4c30732a
9 changed files with 40 additions and 24 deletions

View File

@@ -259,7 +259,7 @@ void main(List<String> args) async {
for (final func in funcs) {
stopwatch.start();
await func();
print('Build finished in ${stopwatch.elapsed}\n');
print('Build finished in ${stopwatch.elapsed}');
stopwatch.reset();
}
break;