diff --git a/mediapipe/tasks/web/core/fileset_resolver.ts b/mediapipe/tasks/web/core/fileset_resolver.ts index 9917035a4..ae17c5775 100644 --- a/mediapipe/tasks/web/core/fileset_resolver.ts +++ b/mediapipe/tasks/web/core/fileset_resolver.ts @@ -44,7 +44,7 @@ async function isSimdSupported(): Promise { } async function createFileset( - taskName: string, basePath: string = ''): Promise { + taskName: string, basePath = ''): Promise { const suffix = await isSimdSupported() ? 'wasm_internal' : 'wasm_nosimd_internal';