Skip to content

Commit c3f1db8

Browse files
committed
chore: add debug log for current app version when there is a mismatch
1 parent 266c517 commit c3f1db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/checkForUpdates.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export async function checkForUpdate(
8686
}
8787

8888
log(LogLevel.INFO, 'An update is available but it is not targeting the binary version of your app.');
89+
log(LogLevel.DEBUG, `Your current app version is ${nativeConfig.appVersion}`);
8990
handleBinaryVersionMismatchCallback?.(update);
9091

9192
return null;

0 commit comments

Comments
 (0)