From edfc517bce41be114c614fc84f367d9f072ffd37 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:20 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=9B=BC=20lockfile.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/lockfile.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/lockfile.ts b/src/utils/lockfile.ts index 4564633..5c5c1c5 100644 --- a/src/utils/lockfile.ts +++ b/src/utils/lockfile.ts @@ -41,3 +41,4 @@ export function unlock(file: string, options?: UnlockOptions): Promise { export function check(file: string, options?: CheckOptions): Promise { return getLockfile().check(file, options) } +