From 33b2af140479f7a3e3a9b64c76dd52c6abb0ade2 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:59:39 -0800 Subject: [PATCH] Remove hereby gulp shim warning --- .gulp.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gulp.js b/.gulp.js index 009d8b66adda4..b167b3a3628d8 100644 --- a/.gulp.js +++ b/.gulp.js @@ -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"),