diff --git a/src/module_wrap.cc b/src/module_wrap.cc index a117ba24bf852f..73d248c373ea00 100644 --- a/src/module_wrap.cc +++ b/src/module_wrap.cc @@ -322,7 +322,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) {