mirror of
https://github.com/janet-lang/janet
synced 2025-09-02 10:58:03 +00:00
Remove extra call to filewatcher - address #1608
This commit is contained in:
@@ -3535,8 +3535,6 @@ void janet_lib_ev(JanetTable *env) {
|
||||
janet_register_abstract_type(&janet_channel_type);
|
||||
janet_register_abstract_type(&janet_mutex_type);
|
||||
janet_register_abstract_type(&janet_rwlock_type);
|
||||
|
||||
janet_lib_filewatch(env);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user