Skip to content

Commit 4808707

Browse files
dmercrcjsuen
andauthored
Update server/src/util/fs.ts
Co-Authored-By: Remy Suen <remy.suen@gmail.com>
1 parent 41b3f79 commit 4808707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/util/fs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function getStats(path: string): Promise<Fs.Stats> {
1313
})
1414
}
1515

16-
// from https://github.com/sindresorhus/untildify/blob/master/index.js#L11
16+
// from https://github.com/sindresorhus/untildify/blob/f85a087418aeaa2beb56fe2684fe3b64fc8c588d/index.js#L11
1717
export function untildify(pathWithTilde: string): string {
1818
const homeDirectory = Os.homedir()
1919
return homeDirectory

0 commit comments

Comments
 (0)