fix(watcher): unref lingering FSWatcher handles after stopping the node watcher

This commit is contained in:
2026-03-23 11:28:50 +00:00
parent 09485e20d9
commit 48081302c8
3 changed files with 15 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartwatch',
version: '6.3.0',
version: '6.3.1',
description: 'A cross-runtime file watcher with glob pattern support for Node.js, Deno, and Bun.'
}