瀏覽代碼

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

Book Pauk 3 年之前
父節點
當前提交
3d2f45c20d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
             }