Skip to content

Commit 810b807

Browse files
committed
fix: do not send invalid argument
1 parent ef04ae7 commit 810b807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/build/check-path-length.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ console.log('\n-----------------------------------');
1818
console.log('Results:');
1919
console.log('-----------------------------------\n');
2020

21-
const hasError = checkPathLength(PROJECT_DIR, MAX_PATH_LENGTH);
21+
const hasError = checkPathLength(PROJECT_DIR);
2222

2323
if (hasError) {
2424
console.log('\n-----------------------------------');

0 commit comments

Comments
 (0)