resolve merge.

This commit is contained in:
Jordan
2025-03-03 05:47:11 -08:00

View File

@@ -220,6 +220,7 @@ export class WhisperFile {
throw err; throw err;
} }
} }
console.debug("Created %s", WHISPER_MODEL_DIR);
} }
get modelUrl() { get modelUrl() {
@@ -344,4 +345,4 @@ export class WhisperFile {
} }
export type DownloadCallback = (arg0: FileSystem.DownloadProgressData) => any; export type DownloadCallback = (arg0: FileSystem.DownloadProgressData) => any;