Skip to content

Commit f439af8

Browse files
paulacamargo25Kartik Raj
and
Kartik Raj
authored
Update src/test/runTest.ts
Co-authored-by: Kartik Raj <karraj@microsoft.com>
1 parent 3ae871e commit f439af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/runTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async function main() {
1818
const [cliPath, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
1919

2020
// Use cp.spawn / cp.exec for custom setup
21-
if (getOSType() == 'Windows') {
21+
if (getOSType() == OSType.Windows) {
2222
const exec = path.basename(cliPath);
2323
cp.spawnSync(exec, [...args, '--install-extension', PVSC_EXTENSION_ID_FOR_TESTS], {
2424
cwd: path.dirname(cliPath),

0 commit comments

Comments
 (0)