From 7b797db603e6e244ebb533ca0650919c8f9e8d99 Mon Sep 17 00:00:00 2001 From: Edwin Sirko Date: Fri, 26 Jan 2024 21:06:07 -0500 Subject: [PATCH] comment --- src/fs-helper.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fs-helper.ts b/src/fs-helper.ts index 8bf855f..4f6599f 100644 --- a/src/fs-helper.ts +++ b/src/fs-helper.ts @@ -29,6 +29,7 @@ export interface FileMetadata { sha256: string } +// TODO: rename this function, it is not state-preserving, so it shouldn't just be called "get'" export function getConsolidatedDirectory(filePathSpec: string): { consolidatedPath: string needToCleanUpDir: boolean