fix for transaction tracing
parent
c94ff17e2b
commit
d6d48d3cc7
|
@ -36,8 +36,7 @@ export default class CommandHandler extends Event {
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.client.util.handleError(err, message);
|
this.client.util.handleError(err, message);
|
||||||
} finally {
|
}
|
||||||
transaction.finish();
|
transaction.finish();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue