pretty
This commit is contained in:
parent
9d9a88af01
commit
5ff92139ba
@ -98,7 +98,7 @@ function writeNodeLog(
|
|||||||
* and uses the corresponding console.* method to log in the browser.
|
* and uses the corresponding console.* method to log in the browser.
|
||||||
*/
|
*/
|
||||||
export class Logger {
|
export class Logger {
|
||||||
constructor(private tag: string) { }
|
constructor(private tag: string) {}
|
||||||
|
|
||||||
shouldLogTrace(): boolean {
|
shouldLogTrace(): boolean {
|
||||||
const level = byTagLogLevel[this.tag] ?? globalLogLevel;
|
const level = byTagLogLevel[this.tag] ?? globalLogLevel;
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
* by the wallet for testing purposes.
|
* by the wallet for testing purposes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
// Platform-specific implementation
|
// Platform-specific implementation
|
||||||
export { connectRpc, runRpcServer } from "#twrpc-impl";
|
export { connectRpc, runRpcServer } from "#twrpc-impl";
|
||||||
|
|
||||||
@ -60,5 +59,3 @@ export interface RpcConnectArgs<T> {
|
|||||||
onMessage(m: JsonMessage): void;
|
onMessage(m: JsonMessage): void;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user