Skip to content

Commit

Permalink
backport 4.27 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Jul 25, 2022
1 parent 6c6294a commit d2163d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NodeJs.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0.0",
"VersionName": "1.1.0",
"FriendlyName": "NodeJs",
"Description": "Embed node.js as an unreal plugin.",
"Category": "Programming",
Expand Down
2 changes: 1 addition & 1 deletion Source/CommandLine/Private/NodeCmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ FNodeCmd::FNodeCmd()

ProcessDirectory = FPaths::ConvertRelativePathToFull(FPaths::ProjectDir() + TEXT("Plugins/NodeJs-Unreal/Source/ThirdParty/node"));
PluginContentRelativePath = TEXT("../../../Content/Scripts/");
Socket = MakeShareable(new FSocketIONative);
Socket = MakeShareable(new FSocketIONative(false,true));
bShouldStopMainScriptOnNoListeners = false;
bIsWatchingScript = false;

Expand Down

0 comments on commit d2163d8

Please sign in to comment.