fix(fs): use correct arg name for unwatch (#857)

* fix(fs): use correct arg name for unwatch

* fmt
This commit is contained in:
Amr Bashir
2023-12-28 12:18:44 +02:00
committed by GitHub
parent 85f8419682
commit 2e2fc8de69
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"fs-js": "patch"
---
Fix `invalid args id for command unwatch` error when trying to unwatch a previously watched file or directory.