Skip to content

Commit

Permalink
Merge pull request microsoft#1085 from microsoft/security_fix
Browse files Browse the repository at this point in the history
fix security vulnerabilities
  • Loading branch information
hellyzh authored Aug 21, 2020
2 parents 3e99967 + 1d2dc5a commit 8909061
Show file tree
Hide file tree
Showing 8 changed files with 1,374 additions and 1,437 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ gulp.task("test", (done) => {
// and restore extensionDependencies after test exited.
removeExtensionDependencies();

const child = childProcess.spawn("node", ["./node_modules/vscode/bin/test"], {
const child = childProcess.spawn("node", ["./out/test/runTest"], {
cwd: __dirname,
env: Object.assign({}, process.env, { CODE_TESTS_WORKSPACE: path.join(__dirname, "test/resources/blink") }),
env: Object.assign({}, process.env),
});

child.stdout.on("data", (data) => {
Expand Down
Loading

0 comments on commit 8909061

Please sign in to comment.