File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2491,12 +2491,9 @@ a new inode. The watch will emit an event for the delete but will continue
2491
2491
watching the * original* inode. Events for the new inode will not be emitted.
2492
2492
This is expected behavior.
2493
2493
2494
- On AIX, save and close of a file being watched causes two notifications -
2495
- one for adding new content, and one for truncation. Moreover, save and
2496
- close operations on some platforms cause inode changes that force watch
2497
- operations to become invalid and ineffective. AIX retains inode for the
2498
- lifetime of a file, that way though this is different from Linux / macOS,
2499
- this improves the usability of file watching. This is expected behavior.
2494
+ AIX files retain the same inode for the lifetime of a file. Saving and closing a
2495
+ watched file on AIX will result in two notifications (one for adding new
2496
+ content, and one for truncation).
2500
2497
2501
2498
#### Filename Argument
2502
2499
You can’t perform that action at this time.
0 commit comments