Update src/node/utils/getGitTimestamp.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/4958/head
Divyansh Singh 4 days ago committed by GitHub
parent 9e6fb70d34
commit 09cf7271fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,7 +3,7 @@ import fs from 'node:fs'
import path from 'node:path' import path from 'node:path'
import { slash } from '../shared' import { slash } from '../shared'
let cache = new Map<string, number>() const cache = new Map<string, number>()
const RS = 0x1e const RS = 0x1e
const NUL = 0x00 const NUL = 0x00

Loading…
Cancel
Save