Skip to content

Commit

Permalink
test6
Browse files Browse the repository at this point in the history
  • Loading branch information
okinawaa committed Apr 4, 2024
1 parent 39ae0bf commit ef64275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/disassemble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export function disassembleHangulToGroups(str: string) {
* 우선 map을 사용하지 않음으로써 문제를 회피함
* @see https://sentry.io/organizations/toss/issues/2432344954/?project=1242586&referrer=slack
* @see https://bugs.webkit.org/show_bug.cgi?id=211619
*
*/
const result: string[][] = [];

Expand Down

0 comments on commit ef64275

Please sign in to comment.