We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef04ae7 commit 810b807Copy full SHA for 810b807
devops/build/check-path-length.js
@@ -18,7 +18,7 @@ console.log('\n-----------------------------------');
18
console.log('Results:');
19
console.log('-----------------------------------\n');
20
21
-const hasError = checkPathLength(PROJECT_DIR, MAX_PATH_LENGTH);
+const hasError = checkPathLength(PROJECT_DIR);
22
23
if (hasError) {
24
console.log('\n-----------------------------------');
0 commit comments