update: 修复编译 bug
parent
6fc0c24823
commit
3be05511e4
|
|
@ -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++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue