소스 검색

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

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;
             }