Skip to content

Commit

Permalink
core, bugfix: fix compile error on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Nov 28, 2017
1 parent 5ac83f7 commit f6caafc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fibjs/src/base/Runtime.cpp
Expand Up @@ -222,6 +222,8 @@ static result_t syncExit(Isolate* isolate)
process_base::exit();
else
process_base::exit(isolate->m_hr);

return 0;
}

void Isolate::Ref()
Expand Down

0 comments on commit f6caafc

Please sign in to comment.