log options on error

This commit is contained in:
nicktrn
2024-03-20 10:05:03 +00:00
parent 8ca21c1dd4
commit c734db3951
+1 -1
View File
@@ -231,7 +231,7 @@ class Checkpointer {
docker: false,
};
} catch (error) {
this.#logger.error("checkpoint failed", error);
this.#logger.error("checkpoint failed", { options: opts, error });
return;
}
}