really fix #7

This commit is contained in:
kdh8219 2023-05-05 22:49:23 +09:00
parent c77eabcad2
commit 51ab39e0ba
No known key found for this signature in database
GPG key ID: 2B5B609E12BB4C19

View file

@ -28,7 +28,7 @@ export function dmSlice(raw: string): string[] {
let toLastNextLine = front.slice(front.lastIndexOf("\n"), front.length);
front = front.slice(0, front.lastIndexOf("\n"));
end = toLastNextLine + end;
if (end.slice(0, 1) == "\n") {
if (end.slice(0, 3) == "\n\n") {
end = "" /* 공백문자 */ + end;
}
}