We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266c517 commit c3f1db8Copy full SHA for c3f1db8
src/checkForUpdates.ts
@@ -86,6 +86,7 @@ export async function checkForUpdate(
86
}
87
88
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}`);
90
handleBinaryVersionMismatchCallback?.(update);
91
92
return null;
0 commit comments