update: 修复编译 bug

dev
胡宇飞 2024-07-01 18:45:07 +08:00
parent 6fc0c24823
commit 3be05511e4
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ namespace Guru.Editor
var guru_service = EditorGuruServiceIO.CreateEmpty();
var lines = tsv.Split("\n");
var lines = tsv.Split('\n');
string line = "";
for (int index = 0; index < lines.Length; index++)
{