Skip to content

Commit 7d977be

Browse files
add debug information when installing
1 parent 3f0adc0 commit 7d977be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/handlers/install_handler.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ pub async fn start(
149149
));
150150

151151
let platform = helpers::get_platform_name_download(&version.semver);
152+
info!("Got platform name: {platform}");
152153

153154
if !sha256cmp(
154155
&archive_path,

0 commit comments

Comments
 (0)