mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 09:39:58 +00:00
TSLint compliance
This commit is contained in:
@@ -35,7 +35,7 @@ export default async function loadSender (opts: LoadSenderOptions) {
|
||||
const shim = ShimManager.getShim(opts.tabId, opts.frameId);
|
||||
if (!shim) {
|
||||
throw logger.error(`Shim not found at tabId ${
|
||||
opts.tabId} / frameId ${opts.frameId}`)
|
||||
opts.tabId} / frameId ${opts.frameId}`);
|
||||
}
|
||||
|
||||
shim.contentPort.postMessage({
|
||||
|
||||
Reference in New Issue
Block a user