Skip to content

Commit

Permalink
Another CI fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Nov 13, 2024
1 parent a7a2b81 commit 7f70825
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ async function main() {
[...args, '--install-extension', 'intersystems-community.servermanager', '--install-extension', 'intersystems-community.vscode-objectscript'],
{
encoding: 'utf-8',
stdio: 'inherit'
stdio: 'inherit',
shell: process.platform === 'win32'
}
);

Expand Down

0 comments on commit 7f70825

Please sign in to comment.