Skip to content

Commit 8e3d011

Browse files
committed
fix: better error message
1 parent 792f5e3 commit 8e3d011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/localShadowRepo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export class ShadowRepo {
251251
e.message,
252252
e.name,
253253
[
254-
`This error may be thrown because the number of files that source tracking is batching is exceeding your user specific file limits. Either increase your hard file limit in the same session with 'ulimit -Hn ${this.maxFileAdd}', or set the 'SFDX_SOURCE_TRACKING_BATCH_SIZE' environment variable to a value lower than the output of 'ulimit -Hn'`,
254+
`This error may be thrown because the number of files that source tracking is batching is exceeding your user specific file limits. Either increase your hard file limit in the same session with 'ulimit -Hn ${this.maxFileAdd}', or set the 'SFDX_SOURCE_TRACKING_BATCH_SIZE' environment variable to a value lower than the output of 'ulimit -Hn'.\nNote: Do set this env var too close or your system will still hit the limit. If you continue to get the error, lower the value of the env var even more.`,
255255
],
256256
1
257257
);

0 commit comments

Comments
 (0)