diff --git a/src/bin.ts b/src/bin.ts index 30c970b..ecea79d 100755 --- a/src/bin.ts +++ b/src/bin.ts @@ -71,10 +71,6 @@ if (!args._.length || help) { process.exit(); } -if (excludePath) { - exclude.push(getExcludeFunction(excludePath, cwd)); -} - // Validate command or outpipe is specified. if (!command.length && !outpipe) { console.error('Remember to pass the command after "--":');