fix: do not send invalid argument

This commit is contained in:
Jacob Overgaard
2024-07-25 17:40:12 +02:00
parent 4c6ddabf95
commit 5eeb552bc3

View File

@@ -18,7 +18,7 @@ console.log('\n-----------------------------------');
console.log('Results:');
console.log('-----------------------------------\n');
const hasError = checkPathLength(PROJECT_DIR, MAX_PATH_LENGTH);
const hasError = checkPathLength(PROJECT_DIR);
if (hasError) {
console.log('\n-----------------------------------');