File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 66
66
"untildify" : " ^3.0.2" ,
67
67
"username" : " ^5.1.0" ,
68
68
"uuid" : " ^3.0.1" ,
69
- "windows-argv-parser" : " file:../vendor/windows-argv-parser" ,
70
69
"winston" : " ^3.6.0"
71
70
},
72
71
"devDependencies" : {
Original file line number Diff line number Diff line change 1
- import { parseCommandLineArgv } from 'windows-argv-parser'
2
1
import stringArgv from 'string-argv'
3
2
import { promisify } from 'util'
4
3
import { exec } from 'child_process'
@@ -28,7 +27,7 @@ export interface ICustomIntegration {
28
27
export function parseCustomIntegrationArguments (
29
28
args : string
30
29
) : ReadonlyArray < string > {
31
- return __WIN32__ ? parseCommandLineArgv ( args ) : stringArgv ( args )
30
+ return stringArgv ( args )
32
31
}
33
32
34
33
// Function to retrieve, on macOS, the bundleId of an app given its path
Original file line number Diff line number Diff line change @@ -1530,9 +1530,6 @@ wide-align@^1.1.0:
1530
1530
dependencies :
1531
1531
string-width "^1.0.2 || 2"
1532
1532
1533
- " windows-argv-parser@file:../vendor/windows-argv-parser " :
1534
- version "0.0.1"
1535
-
1536
1533
winston-transport@^4.5.0 :
1537
1534
version "4.5.0"
1538
1535
resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.5.0.tgz#6e7b0dd04d393171ed5e4e4905db265f7ab384fa"
You can’t perform that action at this time.
0 commit comments