From c6b997848a79e2810c8d24a0662e5819a355855e Mon Sep 17 00:00:00 2001 From: Rexios Date: Tue, 27 Aug 2024 15:15:44 -0400 Subject: [PATCH] Fixing issues --- bin/link.dart | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/link.dart b/bin/link.dart index 0936c7d..ffaa9f2 100644 --- a/bin/link.dart +++ b/bin/link.dart @@ -43,7 +43,8 @@ Future linkDependencies({ print('Resolved dependencies for ${resolved.path}'); } catch (e) { print( - red.wrap('Failed to resolve dependencies for ${resolved.path}')); + red.wrap('Failed to resolve dependencies for ${resolved.path}'), + ); print(red.wrap(e.toString())); } }), @@ -80,7 +81,8 @@ Future linkDependencies({ await downloadQueue.tasksComplete; print( green.wrap( - 'Downloaded all packages in ${downloadStopwatch.prettyPrint()}\n'), + 'Downloaded all packages in ${downloadStopwatch.prettyPrint()}\n', + ), ); // Stop all stopwatches