diff --git a/app/lib/whisper.ts b/app/lib/whisper.ts index 1db5742..ad2109c 100644 --- a/app/lib/whisper.ts +++ b/app/lib/whisper.ts @@ -220,6 +220,7 @@ export class WhisperFile { throw err; } } + console.debug("Created %s", WHISPER_MODEL_DIR); } get modelUrl() { @@ -344,4 +345,4 @@ export class WhisperFile { } -export type DownloadCallback = (arg0: FileSystem.DownloadProgressData) => any; \ No newline at end of file +export type DownloadCallback = (arg0: FileSystem.DownloadProgressData) => any;