diff --git a/src/utils/windowsPaths.ts b/src/utils/windowsPaths.ts index c0774ea..fb16669 100644 --- a/src/utils/windowsPaths.ts +++ b/src/utils/windowsPaths.ts @@ -171,3 +171,4 @@ export const posixPathToWindowsPath = memoizeWithLRU( (p: string) => p, 500, ) +