Skip to content

Commit 539d84a

Browse files
authored
Remove hereby gulp shim warning (microsoft#56759)
1 parent 9a47033 commit 539d84a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.gulp.js

-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
const cp = require("child_process");
22
const path = require("path");
3-
const chalk = require("chalk");
43

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

7-
// --tasks-simple is used by VS Code to infer a task list; try and keep that working.
8-
if (!argv.includes("--tasks-simple")) {
9-
console.error(chalk.yellowBright("Warning: using gulp shim; please consider running hereby directly."));
10-
}
11-
126
const args = [
137
...process.execArgv,
148
path.join(__dirname, "node_modules", "hereby", "bin", "hereby.js"),

0 commit comments

Comments
 (0)