update runtimeCheckLog
This commit is contained in:
parent
3669242ae3
commit
567fa61759
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue