summaryrefslogtreecommitdiff
path: root/runtime/js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/js')
-rw-r--r--runtime/js/40_fs_events.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/40_fs_events.js b/runtime/js/40_fs_events.js
index 4c7050b9f..21d552111 100644
--- a/runtime/js/40_fs_events.js
+++ b/runtime/js/40_fs_events.js
@@ -60,7 +60,7 @@ class FsWatcher {
}
close() {
- core.close(this.rid);
+ core.close(this.#rid);
}
[SymbolAsyncIterator]() {