minor fixes post cherry pick

This commit is contained in:
MathieuG-P
2025-01-18 02:01:22 +01:00
parent 326cc1c79e
commit c9173cdff0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ import { copy, mkdirSync, readlink, rmSync, symlinkSync, unlinkSync } from "fs-e
import { lastValueFrom } from "rxjs";
import { noop } from "../../shared/helpers/function.helpers";
import { randomUUID } from "crypto";
import { tryit } from "shared/helpers/error.helpers";
import { CustomError } from "shared/models/exceptions/custom-error.class";
import { tryit } from "../../shared/helpers/error.helpers";
import { CustomError } from "../../shared/models/exceptions/custom-error.class";
export class FolderLinkerService {
private static instance: FolderLinkerService;
@@ -15,7 +15,7 @@ import recursiveReadDir from "recursive-readdir";
import { sToMs } from "../../../shared/helpers/time.helpers";
import { BsmZipExtractor } from "../../models/bsm-zip-extractor.class";
import { pathExistsSync, readdirSync, rm, unlink } from "fs-extra";
import { tryit } from "shared/helpers/error.helpers";
import { tryit } from "../../../shared/helpers/error.helpers";
import crypto from "crypto";
import { BbmCategories, BbmFullMod, BbmModVersion } from "../../../shared/models/mods/mod.interface";