We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599cd88 commit 409680eCopy full SHA for 409680e
1 file changed
src/file.js
@@ -494,7 +494,7 @@ class File {
494
this.emitter.emit('did-rename');
495
return;
496
}
497
- // Same event name - it's an atomic update
+ // Same file name - it's an atomic update
498
this.unsubscribeFromNativeChangeEvents();
499
this.subscribeToNativeChangeEvents(); // because the inode changed
500
case 'change':
0 commit comments