sync
This commit is contained in:
parent
a1d40f8f28
commit
b840a40759
16 changed files with 23 additions and 23 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import path from "node:path";
|
||||
import { AppPath } from "../app/path";
|
||||
import fs from "fs/promises";
|
||||
import fs from "node:fs/promises";
|
||||
export namespace Log {
|
||||
const write = {
|
||||
out: (msg: string) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue