File tree 3 files changed +1
-13
lines changed
3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 66
66
"tslib" : " ^2.0.0" ,
67
67
"untildify" : " ^3.0.2" ,
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
1
import { ChildProcess , SpawnOptions , spawn } from 'child_process'
2
- import { parseCommandLineArgv } from 'windows-argv-parser'
3
2
import stringArgv from 'string-argv'
4
3
import { promisify } from 'util'
5
4
import { exec } from 'child_process'
@@ -29,7 +28,7 @@ export interface ICustomIntegration {
29
28
export function parseCustomIntegrationArguments (
30
29
args : string
31
30
) : ReadonlyArray < string > {
32
- return __WIN32__ ? parseCommandLineArgv ( args ) : stringArgv ( args )
31
+ return stringArgv ( args )
33
32
}
34
33
35
34
// Function to retrieve, on macOS, the bundleId of an app given its path
Original file line number Diff line number Diff line change @@ -843,11 +843,6 @@ node-addon-api@^5.0.0:
843
843
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-5.0.0.tgz#7d7e6f9ef89043befdb20c1989c905ebde18c501"
844
844
integrity sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA==
845
845
846
- node-addon-api@^7.0.0 :
847
- version "7.1.1"
848
- resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-7.1.1.tgz#1aba6693b0f255258a049d621329329322aad558"
849
- integrity sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==
850
-
851
846
noop-logger@^0.1.1 :
852
847
version "0.1.1"
853
848
resolved "https://registry.yarnpkg.com/noop-logger/-/noop-logger-0.1.1.tgz#94a2b1633c4f1317553007d8966fd0e841b6a4c2"
@@ -1532,11 +1527,6 @@ wide-align@^1.1.0:
1532
1527
dependencies :
1533
1528
string-width "^1.0.2 || 2"
1534
1529
1535
- " windows-argv-parser@file:../vendor/windows-argv-parser " :
1536
- version "0.0.1"
1537
- dependencies :
1538
- node-addon-api "^7.0.0"
1539
-
1540
1530
winston-transport@^4.5.0 :
1541
1531
version "4.5.0"
1542
1532
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