mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
Merge branch 'nextbreach' into test
Conflicts: urb/zod/base/ape/hood/core.hook urb/zod/base/lib/kiln/core.hook
This commit is contained in:
commit
bfd1caaeea
6
v/unix.c
6
v/unix.c
@ -272,7 +272,7 @@ _unix_file_watch(u3_ufil* fil_u,
|
||||
&fil_u->was_u // uv_fs_event_t
|
||||
);
|
||||
if (0 != ret_w){
|
||||
uL(fprintf(uH, "event init: %s\n", strerror(ret_w)));
|
||||
uL(fprintf(uH, "event init: %s\n", uv_strerror(ret_w)));
|
||||
c3_assert(0);
|
||||
}
|
||||
|
||||
@ -281,8 +281,8 @@ _unix_file_watch(u3_ufil* fil_u,
|
||||
_unix_fs_event_cb, // callback
|
||||
pax_c, // dir as strings
|
||||
0); // flags
|
||||
if (0 != ret_w){
|
||||
uL(fprintf(uH, "event start: %s\n", strerror(ret_w)));
|
||||
if ( 0 != ret_w ){
|
||||
uL(fprintf(uH, "event start: %s\n", uv_strerror(ret_w)));
|
||||
c3_assert(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user