mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Refactor native messaging wrapper
This commit is contained in:
@@ -4,7 +4,7 @@ import semver from "semver";
|
||||
|
||||
import logger from "./logger";
|
||||
import { Port } from "../messaging";
|
||||
import nativeMessaging from "./nativeMessaging";
|
||||
import * as nativeMessaging from "./nativeMessaging";
|
||||
import options from "./options";
|
||||
|
||||
export const BRIDGE_TIMEOUT = 5000;
|
||||
|
||||
Reference in New Issue
Block a user