Loading CHANGES.md +6 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,12 @@ Version 1.2.8 To be released. - Fixed warnings from the `fedify inbox` command. [[#177], [#181] by WinterHana] [#177]: https://github.com/dahlia/fedify/issues/177 [#181]: https://github.com/dahlia/fedify/pull/181 Version 1.2.7 ------------- Loading cli/log.ts +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ import { type LogRecord, type Sink, } from "@logtape/logtape"; import { AsyncLocalStorage } from "node:async_hooks"; export interface RecordingSink extends Sink { startRecording(): void; Loading Loading @@ -45,5 +46,6 @@ await configure({ sinks: ["console"], }, ], contextLocalStorage: new AsyncLocalStorage(), reset: true, }); Loading
CHANGES.md +6 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,12 @@ Version 1.2.8 To be released. - Fixed warnings from the `fedify inbox` command. [[#177], [#181] by WinterHana] [#177]: https://github.com/dahlia/fedify/issues/177 [#181]: https://github.com/dahlia/fedify/pull/181 Version 1.2.7 ------------- Loading
cli/log.ts +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ import { type LogRecord, type Sink, } from "@logtape/logtape"; import { AsyncLocalStorage } from "node:async_hooks"; export interface RecordingSink extends Sink { startRecording(): void; Loading Loading @@ -45,5 +46,6 @@ await configure({ sinks: ["console"], }, ], contextLocalStorage: new AsyncLocalStorage(), reset: true, });