run prettier and update lib

This commit is contained in:
vorotamoroz
2025-02-12 03:44:46 +00:00
parent 7b385aab9e
commit 45ceca8bb6
6 changed files with 765 additions and 663 deletions

View File

@@ -93,9 +93,12 @@ export class ModuleCheckRemoteSize extends AbstractModule implements ICoreModule
LOG_LEVEL_INFO
);
} else {
this._log($msg("moduleCheckRemoteSize.logCurrentStorageSize", {
measuredSize: sizeToHumanReadable(estimatedSize),
}), LOG_LEVEL_INFO);
this._log(
$msg("moduleCheckRemoteSize.logCurrentStorageSize", {
measuredSize: sizeToHumanReadable(estimatedSize),
}),
LOG_LEVEL_INFO
);
}
}
}