Skip to content

Commit 7eb2df8

Browse files
committed
update description
1 parent 99ed0b0 commit 7eb2df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Commonly, you would run `webvsc "avs/**/*.avs"` to convert a bunch of presets, o
4343

4444
### Troubleshooting
4545

46-
When converting thousands of presets, you might run into `EMFILE` errors. In that case try the following workaround:
46+
When trying to convert a large number of files, you might run into an `EMFILE` error. This is a well-documented [issue](https://github.com/nodejs/node/issues/1941) that occurs whenever the number of [maximum open files](http://blog.izs.me/post/56827866110/wtf-is-emfile-and-why-does-it-happen-to-me) exceeds its limit. In such a case, you can use the following as workaround.
4747

4848
```sh
4949
# Bash

0 commit comments

Comments
 (0)