Skip to content

Commit

Permalink
fix(version): fix #23
Browse files Browse the repository at this point in the history
Signed-off-by: DragonBillow <[email protected]>
  • Loading branch information
cathaysia committed Mar 10, 2024
1 parent 3e62ed1 commit f629962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ async fn get_matched_versoin(
Ok(ver) => {
if !is_version_valid(&vscode_ver, &ver) {
trace!("{ver} doesn't match {vscode_ver:?}");
return false;
}
trace!("{} - {}", v.version, ver);
true
}
Err(_) => {
Expand Down

0 comments on commit f629962

Please sign in to comment.