Skip to content

Commit

Permalink
Fix: 「音声を全部書き出し」の実行に失敗するリグレッションを修正
Browse files Browse the repository at this point in the history
upstream 側の修正漏れだったようで困る…
ref: VOICEVOX/voicevox#2365
  • Loading branch information
tsukumijima committed Dec 3, 2024
1 parent 6d25ac1 commit 4092d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/audio.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import path from "path";
import Encoding from "encoding-japanese";
import { createUILockAction, withProgress } from "./ui";
import {
Expand Down Expand Up @@ -64,6 +63,7 @@ import { uuid4 } from "@/helpers/random";
import { cloneWithUnwrapProxy } from "@/helpers/cloneWithUnwrapProxy";
import { UnreachableError } from "@/type/utility";
import { errorToMessage } from "@/helpers/errorHelper";
import path from "@/helpers/path";

function generateAudioKey() {
return AudioKey(uuid4());
Expand Down

0 comments on commit 4092d37

Please sign in to comment.