@travetto/base
Advanced tools
Comparing version 0.0.90 to 0.0.91
@@ -22,3 +22,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.90" | ||
"version": "0.0.91" | ||
} |
@@ -176,3 +176,3 @@ import * as util from 'util'; | ||
if (!this.suppress) { | ||
console.log('Watch Event', type, payload) | ||
console.debug('Watch Event', type, payload) | ||
this.emit(type, payload); | ||
@@ -179,0 +179,0 @@ } |
32318