Explorar o código

Мелие поправки

Book Pauk %!s(int64=3) %!d(string=hai) anos
pai
achega
3d2f45c20d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      server/db/Converter.js

+ 1 - 1
server/db/Converter.js

@@ -21,7 +21,7 @@ class Converter {
 
             const rows = await db.select({table: 'storage', count: true});
             if (rows.length && rows[0].count != 0) {
-                log(LM_WARN, '  Destination table already exists, nothing to do');
+                log(LM_WARN, `  Destination table already exists (found ${rows[0].count} items), nothing to do`);
                 return;
             }