Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Clean up for #155
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Mar 21, 2019
1 parent b38bba3 commit c54e6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const downloadAndUnzipVSCode = require('vscode-test').downloadAndUnzipVSCode;
const version = process.env.CODE_VERSION || '<latest>';
const isInsiders = version === 'insiders';

const testRunFolder = path.join('.vscode-test', isInsiders ? 'insiders' : `vscode-${version}`);
const testRunFolder = path.join('.vscode-test', isInsiders ? 'vscode-insiders' : `vscode-${version}`);
const testRunFolderAbsolute = path.join(process.cwd(), testRunFolder);

let windowsExecutable;
Expand Down

0 comments on commit c54e6b7

Please sign in to comment.