Skip to content

Commit

Permalink
Update CoreClr.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Jun 17, 2019
1 parent 5832845 commit cc4e7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/CoreClr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,11 @@ void CoreClr::CreateAppDomain(alt::IServer* server, alt::IResource* resource, co
this->PrintError(server, result);
} else {
server->LogInfo(alt::String("coreclr-module: Assembly executed"));
char* x_str = new char[10];
/*char* x_str = new char[10];
sprintf(x_str, "exit code: %d", exitCode);
server->LogInfo(
alt::String(x_str));
delete[] x_str;
delete[] x_str;*/
}
}
}
Expand Down

0 comments on commit cc4e7ae

Please sign in to comment.