mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
minor fixes post cherry pick
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user