Skip to content

Commit 985c162

Browse files
packaging bug with actions
1 parent 15c4e6b commit 985c162

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ReCT/CodeAnalysis/Packager/Packager.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ static string netTypeLookup(string netversion, string[] inThisPackage)
194194
return "void";
195195
case "thread":
196196
return "thread";
197+
case "action":
198+
return "action";
197199
default:
198200
if (netversion.EndsWith("[]"))
199201
return netTypeLookup(netversion.Replace("[]", ""), inThisPackage) + "Arr";

0 commit comments

Comments
 (0)