We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a33576 commit 8a5c42eCopy full SHA for 8a5c42e
server/src/main.ts
@@ -13,7 +13,7 @@ if (immichApp) {
13
let apiProcess: ChildProcess | undefined;
14
15
const onError = (name: string, error: Error) => {
16
- console.error(`${name} worker error: ${error}`);
+ console.error(`${name} worker error: ${error}, stack: ${error.stack}`);
17
};
18
19
const onExit = (name: string, exitCode: number | null) => {
0 commit comments