From ac820e370dd4e320597b6254deefa10e01da4593 Mon Sep 17 00:00:00 2001 From: Leo Goetz Date: Mon, 18 May 2026 10:39:49 +0200 Subject: feat: added error warning when lock is corrupted --- src/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.ts') diff --git a/src/types.ts b/src/types.ts index db84517..e6871c2 100644 --- a/src/types.ts +++ b/src/types.ts @@ -42,4 +42,5 @@ export interface Output { export interface Project extends Output { projectName: string; + error?: string; } -- cgit v1.3.1