fix: change version mismatch to a warning (#594)

This commit is contained in:
Cafe137
2022-11-30 12:36:34 +01:00
committed by GitHub
parent b798fa0e68
commit dc04e26db4
+1 -1
View File
@@ -139,7 +139,7 @@ function getStatus(
includePrerelease: true,
})
? CheckState.OK
: CheckState.ERROR
: CheckState.WARNING
// Blockchain connection check
status.blockchainConnection.isEnabled = true