sync
This commit is contained in:
parent
041a080a13
commit
e88264075a
22 changed files with 31 additions and 34 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { AsyncLocalStorage } from "node:async_hooks";
|
||||
import { AsyncLocalStorage } from "async_hooks";
|
||||
|
||||
export namespace Context {
|
||||
export class NotFound extends Error {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import path from "node:path";
|
||||
import path from "path";
|
||||
import { AppPath } from "../app/path";
|
||||
import fs from "node:fs/promises";
|
||||
import fs from "fs/promises";
|
||||
export namespace Log {
|
||||
const write = {
|
||||
out: (msg: string) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue