Skip to content

Commit c347af6

Browse files
jsjoeiojawnsy
andauthored
Update src/node/util.ts
Co-authored-by: Jonathan Yu <[email protected]>
1 parent be9a687 commit c347af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ export function pathToFsPath(path: string | string[], keepDriveLetterCasing = fa
465465

466466
if (typeof uri.path !== "string") {
467467
throw new Error(
468-
`Could not computer fsPath from given uri. Expected path to be of type string, but was of type ${typeof uri.path}.`,
468+
`Could not compute fsPath from given uri. Expected path to be of type string, but was of type ${typeof uri.path}.`,
469469
)
470470
}
471471

0 commit comments

Comments
 (0)