Skip to content

Commit

Permalink
砍掉 panic hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-xmh committed Mar 23, 2024
1 parent 3c8a8b0 commit 5e51159
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/store/lyric.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
parseLys,
parseQrc,
parseYrc,
set_panic_hook,
stringifyAss,
stringifyEslrc,
stringifyLrc,
Expand All @@ -35,8 +34,6 @@ import type {LyricLine, LyricWord, TTMLMetadata} from "../utils/ttml-types";
import exportTTMLText from "../utils/ttml-writer";
import {useProgress} from "./progress";

set_panic_hook();

export interface LyricWordWithId extends LyricWord {
lineIndex: number;
id: number;
Expand Down

0 comments on commit 5e51159

Please sign in to comment.