Skip to content

Commit 4de6c34

Browse files
Init with unique name
1 parent 3992f30 commit 4de6c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/CoreClr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ void CoreClr::CreateAppDomain(alt::IServer* server, alt::IResource* resource, co
259259

260260
int result = _initializeCoreCLR(
261261
appPath,
262-
"host",
262+
domainName,
263263
sizeof(propertyKeys) / sizeof(char*),
264264
propertyKeys,
265265
propertyValues,

0 commit comments

Comments
 (0)