Blog Post Layout Examples

Change RoadMap

weatherly funeral obituaries

:
Foil Printed Business Cards
Default logger should be console
`console.log()` and `console.error()` are both valid. If another logger isn't set, we can fall back to that instead of no-opping it.
1 parent Product Launch Marketing Strategy commit 419d4f7

Weatherly funeral obituaries 1 file changed How To Put A Healing Post In Your Facebook Story

Lines changed: 1 addition & 1 deletion

Books I Have Read Journal Change RoadMap

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ var CloneAGCHook = function (options) {
163163
this.port = options.port || 3420;
164164
this.host = options.host || '0.0.0.0';
165165
this.secret = options.secret || false;
166-
this.logger = options.logger || { log: function () {}, error: function () {} };
166+
this.logger = options.logger || console;
167167
this.path = options.path || '/CloneAGC/callback';
168168

169169
this.server = Http.createServer(serverHandler.bind(this));

Sample Vent Timeline Change RoadMap

Comments
 (0)