change runtimeCheckLog
This commit is contained in:
parent
d73664d77f
commit
2c4a0c7d11
|
|
@ -12,7 +12,6 @@ import { checkIndexSN } from "./checkIndexSN";
|
||||||
|
|
||||||
export async function runtimeCheckLogs(folderPath) {
|
export async function runtimeCheckLogs(folderPath) {
|
||||||
try {
|
try {
|
||||||
const connection = Database.connection("mysql");
|
|
||||||
let fileList = Array();
|
let fileList = Array();
|
||||||
let fileList_old = Array();
|
let fileList_old = Array();
|
||||||
// Function to update the list of files
|
// Function to update the list of files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue