refactor: misc minor clean-ups
This commit is contained in:
parent
aa4e2920dd
commit
6f8cfc946b
2 changed files with 4 additions and 5 deletions
|
|
@ -173,7 +173,7 @@ pub fn arm(self: *@This(), allocator: std.mem.Allocator) error{ OutOfMemory, Arm
|
|||
) orelse return error.ArmFailed;
|
||||
errdefer cf.FSEventStreamRelease(stream);
|
||||
|
||||
const queue = cf.dispatch_queue_create("flow.file_watcher", null);
|
||||
const queue = cf.dispatch_queue_create("nightwatch", null);
|
||||
cf.FSEventStreamSetDispatchQueue(stream, queue);
|
||||
_ = cf.FSEventStreamStart(stream);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue