Permalink
|
@@ -869,7 +869,7 @@ class FJavascriptContextImplementation : public FJavascriptContext |
|
|
if (!FPaths::DirectoryExists(base_path)) return false; |
|
|
|
|
|
auto script_path = base_path / required_module; |
|
|
if (!script_path.EndsWidth(TEXT(".js"))) |
|
|
if (!script_path.EndsWith(TEXT(".js"))) |
|
|
{ |
|
|
if (inner(script_path + TEXT(".js"))) return true; |
|
|
if (inner(script_path / TEXT("index.js"))) return true; |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.