Unverified Commit b8825177 authored by Hong Minhee (洪 民憙)'s avatar Hong Minhee (洪 民憙) Committed by GitHub
Browse files

Merge pull request #181 from WinterHana/winter_1hana

parents 736623c0 82632717
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
-------------
+2 −0
Original line number Diff line number Diff line
@@ -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;
@@ -45,5 +46,6 @@ await configure({
      sinks: ["console"],
    },
  ],
  contextLocalStorage: new AsyncLocalStorage(),
  reset: true,
});