fix(updated repo structure): update

This commit is contained in:
2022-03-11 09:46:54 +01:00
parent 1a571bba90
commit 91ade8a4d4
11 changed files with 31 additions and 33 deletions

View File

@ -388,7 +388,10 @@ export const waitForFileToBeReady = async (filePathArg: string): Promise<void> =
limitedArray.addOne(stats.size);
if (
limitedArray.array.length < 3 ||
!(limitedArray.array[0] === limitedArray.array[1] && limitedArray.array[1] === limitedArray.array[2])
!(
limitedArray.array[0] === limitedArray.array[1] &&
limitedArray.array[1] === limitedArray.array[2]
)
) {
await plugins.smartdelay.delayFor(5000);
} else {