update runtimeCheckLog

This commit is contained in:
joseph le 2023-09-21 12:10:21 +07:00
parent 3669242ae3
commit 567fa61759
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ export async function runtimeCheckLogs(folderPath) {
// "'"
// );
if (checkLog[0]?.length === 0) {
if (checkLog?.length === 0) {
await LogReport.create({
detected_content: value,
line: index + 1,