Divy Srivastava 2024-10-23 09:22:58 +05:30 committed by GitHub
parent 285635daa6
commit be969cb532
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 72 additions and 24 deletions

View file

@ -21,7 +21,7 @@ class FsWatcher {
constructor(paths, options) {
const { recursive } = options;
this.#rid = op_fs_events_open({ recursive, paths });
this.#rid = op_fs_events_open(recursive, paths);
}
unref() {