Skip to content

Commit

Permalink
added support to 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbabon committed Apr 17, 2022
1 parent 7f99f88 commit d1ed466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/Core/UnityEditorShell.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public class Options
{
public Encoding Encoding = Encoding.UTF8;
public string WorkingDirectory = "./";
public readonly Dictionary<string, string> EnvironmentVariables = new();
public readonly Dictionary<string, string> EnvironmentVariables = new Dictionary<string, string>();
}
}
}

0 comments on commit d1ed466

Please sign in to comment.