Skip to content

Commit 1cdcef1

Browse files
committed
fix #297
1 parent a3bff14 commit 1cdcef1

File tree

1 file changed

+2
-2
lines changed
  • CSharp.lua/CoreSystem.Lua/CoreSystem/IO

1 file changed

+2
-2
lines changed

CSharp.lua/CoreSystem.Lua/CoreSystem/IO/File.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ define("System.IO.File", {
7070
end
7171
return System.arrayFromTable(t, System.String)
7272
end,
73-
WriteWriteAllBytes = function (path, contents)
73+
WriteAllBytes = function (path, contents)
7474
writeAll(path, contents, "wb")
7575
end,
7676
WriteAllText = function (path, contents)
@@ -100,4 +100,4 @@ define("System.IO.File", {
100100
end
101101
})
102102

103-
end
103+
end

0 commit comments

Comments
 (0)