From 09cf7271fbaecfab5f4422e36c970c1812da8610 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Tue, 23 Sep 2025 21:36:39 +0530 Subject: [PATCH] Update src/node/utils/getGitTimestamp.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/node/utils/getGitTimestamp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/utils/getGitTimestamp.ts b/src/node/utils/getGitTimestamp.ts index 1b62c5b1..463379b5 100644 --- a/src/node/utils/getGitTimestamp.ts +++ b/src/node/utils/getGitTimestamp.ts @@ -3,7 +3,7 @@ import fs from 'node:fs' import path from 'node:path' import { slash } from '../shared' -let cache = new Map() +const cache = new Map() const RS = 0x1e const NUL = 0x00