Skip to content

Commit c072c35

Browse files
authored
test6 (#9)
1 parent 39ae0bf commit c072c35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/disassemble.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export function disassembleHangulToGroups(str: string) {
88
* 우선 map을 사용하지 않음으로써 문제를 회피함
99
* @see https://sentry.io/organizations/toss/issues/2432344954/?project=1242586&referrer=slack
1010
* @see https://bugs.webkit.org/show_bug.cgi?id=211619
11+
*
1112
*/
1213
const result: string[][] = [];
1314

0 commit comments

Comments
 (0)