improve logging api

This commit is contained in:
Matthieu Jolimaitre 2024-02-05 01:33:10 +01:00
parent ebc9230743
commit bfb53d5c64
6 changed files with 7 additions and 7 deletions

View file

@ -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;