diff --git a/bin/plugin/lib/utils.js b/bin/plugin/lib/utils.js index 59a36557372cb5..26d214b21c1334 100644 --- a/bin/plugin/lib/utils.js +++ b/bin/plugin/lib/utils.js @@ -17,8 +17,6 @@ const { log, formats } = require( './logger' ); /** * Utility to run a child script * - * @typedef {NodeJS.ProcessEnv} Env - * * @param {string} command * @param {string[]} args * @param {import('child_process').SpawnOptions} options