Add trace
This commit is contained in:
parent
201d9d0b75
commit
640f89b456
|
|
@ -184,6 +184,7 @@ export async function run(options) {
|
|||
};
|
||||
} catch (error) {
|
||||
log.error(error);
|
||||
log.error(error.stack);
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue