Vincent Wong

Results 2 issues of Vincent Wong

This method works for the first test case from [issue-445](https://github.com/filerjs/filer/issues/445) but for the second method it gives typeerror: this.off is not a function. Can someone help point me to the...

fs.unwatchFile could either take 1 or 2 arguments. If 1 is passed then stop watching for that specific file. If 2 is passed then only that listener is removed. I...