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.
2 parents 5869175 + f8fac3e commit 63e9234Copy full SHA for 63e9234
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