mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Add more debug logging
This commit is contained in:
parent
8939d17b8a
commit
8da0f55869
2 changed files with 8 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ export class LogManager {
|
|||
private async write(text: string) {
|
||||
Bun.stdout.name;
|
||||
if (this.output === Bun.stdout) {
|
||||
await Bun.write(Bun.stdout, `${text}\n`);
|
||||
await console.log(`${text}`);
|
||||
} else {
|
||||
if (!(await exists(this.output.name ?? ""))) {
|
||||
// Create file if it doesn't exist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue