Debug CircleCi failure

This commit is contained in:
Fabio Berger
2017-12-08 09:57:34 -06:00
parent f48f126b3a
commit deb6aeae43

View File

@@ -106,6 +106,7 @@ export class LedgerSubprovider extends Subprovider {
const result = await this.sendTransactionAsync(txParams);
end(null, result);
} catch (err) {
console.log('err', err);
end(err);
}
return;
@@ -253,6 +254,7 @@ export class LedgerSubprovider extends Subprovider {
this._nonceLock.signal();
return result;
} catch (err) {
console.log('err', JSON.stringify(err));
this._nonceLock.signal();
throw err;
}