|
|
@@ -15,7 +15,7 @@ public record LuaPlatform(ILuaFileSystem FileSystem, ILuaOsEnvironment OsEnviron
|
|
|
/// Standard console platform implementation.
|
|
|
/// Uses real file system, console I/O, and system operations.
|
|
|
/// </summary>
|
|
|
- public static LuaPlatform Default =>
|
|
|
+ public static LuaPlatform Default { get; } =
|
|
|
new(FileSystem: new FileSystem(),
|
|
|
OsEnvironment: new SystemOsEnvironment(),
|
|
|
StandardIO: new ConsoleStandardIO(),
|