merge: resolve conflict in process-logger test (use null 3rd arg)
This commit is contained in:
@@ -27,7 +27,7 @@ describe("createProcessLogger", () => {
|
||||
|
||||
expect(plog.pid).toMatch(/^\d+-\d+$/);
|
||||
|
||||
plog.log("7NQW4HBT", "moderator selected role=planner");
|
||||
plog.log("7NQW4HBT", "moderator selected role=planner", null);
|
||||
|
||||
const logPath = join(tmpDir, "logs", `${logDateKey(new Date())}.jsonl`);
|
||||
const lines = readFileSync(logPath, "utf8")
|
||||
|
||||
Reference in New Issue
Block a user