Add trace

This commit is contained in:
Peter Hedenskog 2025-01-31 15:27:24 +01:00
parent 201d9d0b75
commit 640f89b456
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ export async function run(options) {
};
} catch (error) {
log.error(error);
log.error(error.stack);
throw error;
}
}