Improve error logs
This commit is contained in:
parent
7dae5107f8
commit
bf0ef17e23
4 changed files with 8 additions and 8 deletions
|
|
@ -166,7 +166,7 @@ export const pack = (
|
|||
|
||||
// (データベースの欠損などで)ファイルがデータベース上に見つからなかったとき
|
||||
if (_file == null) {
|
||||
console.warn(`in packaging driveFile: driveFile not found on database: ${_file}`);
|
||||
console.warn(`[DAMAGED DB] (missing) pkg: driveFile :: ${file}`);
|
||||
return resolve(null);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue