mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Improve log message
This commit is contained in:
@@ -97,7 +97,7 @@ exports.processAll = async ({
|
||||
|
||||
const connection = await openDatabase(databaseName, databaseVersion);
|
||||
const isComplete = await isMigrationComplete(connection);
|
||||
console.log('Is attachment migration complete?', isComplete);
|
||||
console.log('Attachment migration status:', isComplete ? 'complete' : 'incomplete');
|
||||
if (isComplete) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user