1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

chore: restore debug settings

This commit is contained in:
Juan Picado @jotadeveloper 2019-02-03 12:09:36 +01:00
parent ae6c514dce
commit 1105f39da0
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
2 changed files with 1 additions and 2 deletions

@ -19,7 +19,6 @@ export class PromiseAssert extends Promise<any> implements IRequestPromise{
return injectResponse(this, this.then(function(body) {
try {
// console.log("selfData.response.statusCode", selfData.response.statusCode);
assert.equal(selfData.response.statusCode, expected);
} catch(err) {
selfData.error.message = err.message;

@ -47,7 +47,7 @@ export default class VerdaccioProcess implements IServerProcess {
_start(verdaccioPath: string, resolve: Function, reject: Function) {
const verdaccioRegisterWrap: string = path.join(__dirname, verdaccioPath);
let childOptions = {
silent: false
silent: this.silence
};
if (this.isDebug) {