Fix bug
This commit is contained in:
		
							parent
							
								
									02e7e3b971
								
							
						
					
					
						commit
						4794748c73
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -167,7 +167,7 @@ export const pack = (
 | 
				
			||||||
	// (データベースの欠損などで)ファイルがデータベース上に見つからなかったとき
 | 
						// (データベースの欠損などで)ファイルがデータベース上に見つからなかったとき
 | 
				
			||||||
	if (_file == null) {
 | 
						if (_file == null) {
 | 
				
			||||||
		console.warn(`in packaging driveFile: driveFile not found on database: ${_file}`);
 | 
							console.warn(`in packaging driveFile: driveFile not found on database: ${_file}`);
 | 
				
			||||||
		return null;
 | 
							return resolve(null);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// rendered target
 | 
						// rendered target
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -364,7 +364,7 @@ export const pack = (
 | 
				
			||||||
	// (データベースの欠損などで)ユーザーがデータベース上に見つからなかったとき
 | 
						// (データベースの欠損などで)ユーザーがデータベース上に見つからなかったとき
 | 
				
			||||||
	if (_user == null) {
 | 
						if (_user == null) {
 | 
				
			||||||
		console.warn(`user not found on database: ${user}`);
 | 
							console.warn(`user not found on database: ${user}`);
 | 
				
			||||||
		return null;
 | 
							return resolve(null);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Me
 | 
						// Me
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue