From 4092d37965cb52bb56ec5957faabc9052a2a4d4c Mon Sep 17 00:00:00 2001 From: tsukumi Date: Tue, 3 Dec 2024 14:37:05 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=E3=80=8C=E9=9F=B3=E5=A3=B0=E3=82=92?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E6=9B=B8=E3=81=8D=E5=87=BA=E3=81=97=E3=80=8D?= =?UTF-8?q?=E3=81=AE=E5=AE=9F=E8=A1=8C=E3=81=AB=E5=A4=B1=E6=95=97=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=83=AA=E3=82=B0=E3=83=AC=E3=83=83=E3=82=B7=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit upstream 側の修正漏れだったようで困る… ref: https://github.com/VOICEVOX/voicevox/pull/2365 --- src/store/audio.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/audio.ts b/src/store/audio.ts index d71291b7..c276d131 100644 --- a/src/store/audio.ts +++ b/src/store/audio.ts @@ -1,4 +1,3 @@ -import path from "path"; import Encoding from "encoding-japanese"; import { createUILockAction, withProgress } from "./ui"; import { @@ -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());