Skip to content

Commit

Permalink
add missing space to endregion comment
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <[email protected]>
  • Loading branch information
SuperchupuDev and benmccann authored Sep 29, 2024
1 parent 6703a53 commit c9c2ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export const escapeWin32Path = (pattern: string): string => pattern.replace(WIN3

export const escapePath: (pattern: string) => string = process.platform === 'win32' ? escapeWin32Path : escapePosixPath;

//#endregion
// #endregion

0 comments on commit c9c2ee2

Please sign in to comment.