There was an error while loading. Please reload this page.
1 parent 41b3f79 commit 4808707Copy full SHA for 4808707
server/src/util/fs.ts
@@ -13,7 +13,7 @@ export function getStats(path: string): Promise<Fs.Stats> {
13
})
14
}
15
16
-// from https://github.com/sindresorhus/untildify/blob/master/index.js#L11
+// from https://github.com/sindresorhus/untildify/blob/f85a087418aeaa2beb56fe2684fe3b64fc8c588d/index.js#L11
17
export function untildify(pathWithTilde: string): string {
18
const homeDirectory = Os.homedir()
19
return homeDirectory
0 commit comments