We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffc63e commit 12f031cCopy full SHA for 12f031c
1 file changed
apps/web/src/app/(docs)/docs/filesystem/watch/page.mdx
@@ -2,6 +2,11 @@
2
3
You can watch a directory for changes using the `files.watchDir()` method in JavaScript and `files.watch_dir()` method in Python.
4
5
+<Note>
6
+Since events are tracked asynchronously, their delivery may be delayed.
7
+It's recommended not to collect or close watcher immediately after making a change.
8
+</Note>
9
+
10
<CodeGroup>
11
```js
12
import { Sandbox, FilesystemEventType } from '@e2b/code-interpreter'
0 commit comments