We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e9234 commit 25fce7fCopy full SHA for 25fce7f
src/utility.ts
@@ -57,7 +57,7 @@ export const ReplaceNativeSeparator = function (path: string): string {
57
*/
58
export function Run(
59
binary: string = '7z',
60
- command: string | null = null,
+ command: string | null = null,
61
switches: { files?: string[] } = {},
62
override: boolean = false
63
) {
0 commit comments