Commit a102ae07 authored by David Reid's avatar David Reid

Fix a compiler error with Emscripten.

parent bd557bbf
......@@ -18817,7 +18817,7 @@ mal_result mal_context_get_device_info__webaudio(mal_context* pContext, mal_devi
var sampleRate = temp.sampleRate;
temp.close();
return sampleRate;
} catch {
} catch(e) {
return 0;
}
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment