improve logging api
This commit is contained in:
parent
ebc9230743
commit
bfb53d5c64
6 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
import { v1 as uuid } from "https://deno.land/std@0.213.0/uuid/mod.ts";
|
||||
import { channel, log_from, Resolver, SimpleResult, split_promise, wait } from "./utils.ts";
|
||||
const log = (...args: unknown[]) => log_from(import.meta.url, ...args);
|
||||
const log = log_from(import.meta.url);
|
||||
|
||||
export type WebVerifierConf = {
|
||||
port: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue