Skip to content

Commit 63e9234

Browse files
committed
2 parents 5869175 + f8fac3e commit 63e9234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const ReplaceNativeSeparator = function (path: string): string {
5757
*/
5858
export function Run(
5959
binary: string = '7z',
60-
command: string | null = null,
60+
command: string | null = null,
6161
switches: { files?: string[] } = {},
6262
override: boolean = false
6363
) {

0 commit comments

Comments
 (0)