We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exit(0)
1 parent 2bab8f5 commit 94ddb15Copy full SHA for 94ddb15
1 file changed
test-app/runtime/src/main/cpp/MetadataNode.cpp
@@ -1918,7 +1918,7 @@ void MetadataNode::BuildMetadata(const string& filesPath) {
1918
// startup because the receiver is triggered. So even though we are exiting, the receiver will have
1919
// done its job
1920
1921
- exit(0);
+ _Exit(0);
1922
}
1923
else {
1924
throw NativeScriptException(ss.str());
0 commit comments