2 커밋 f680d6b9ee ... cc1043421b

작성자 SHA1 메시지 날짜
  Mike L cc1043421b Update deps with npm audit fix 3 달 지금부터
  Mike L f680d6b9ee Update deps with npm audit fix 3 달 지금부터
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/tools.js

+ 1 - 1
lib/tools.js

@@ -23,7 +23,7 @@ module.exports = function(conf)
 		this.client = redis.createClient(options);
 
 		this.client.on("error", (err) => {
-				console.log("redis Error " + err);
+			console.log("redis Error " + err);
 		});
 
 		return this.client.connect();