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