Skip to content

Commit

Permalink
Remove hereby gulp shim warning (microsoft#56759)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Jan 4, 2024
1 parent 9a47033 commit 539d84a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .gulp.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
const cp = require("child_process");
const path = require("path");
const chalk = require("chalk");

const argv = process.argv.slice(2);

// --tasks-simple is used by VS Code to infer a task list; try and keep that working.
if (!argv.includes("--tasks-simple")) {
console.error(chalk.yellowBright("Warning: using gulp shim; please consider running hereby directly."));
}

const args = [
...process.execArgv,
path.join(__dirname, "node_modules", "hereby", "bin", "hereby.js"),
Expand Down

0 comments on commit 539d84a

Please sign in to comment.