Remove hereby gulp shim warning (#56759)

This commit is contained in:
Jake Bailey 2024-01-04 11:08:04 -08:00 коммит произвёл GitHub
Родитель 9a470335ff
Коммит 539d84a0c7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -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"),