diff --git a/src/module_wrap.cc b/src/module_wrap.cc index 5d1d60e2be0..294bf9fa9a1 100644 --- a/src/module_wrap.cc +++ b/src/module_wrap.cc @@ -327,7 +327,7 @@ inline const struct read_result read_file(uv_file file) { struct file_check { bool failed = true; uv_file file = -1; -} file_check; +}; inline const struct file_check check_file(URL search, bool close = false, bool allow_dir = false) {