From 5f9691f206bd5a8b4e9764c94bc21d10db7a89f0 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 9 Oct 2015 03:48:07 +0000 Subject: [PATCH] add console-plus --- bin/walnut | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/walnut b/bin/walnut index 98bdd02..2745a31 100755 --- a/bin/walnut +++ b/bin/walnut @@ -2,6 +2,11 @@ 'use strict'; require('../walnut.js'); +/* +var c = require('console-plus'); +console.log = c.log; +console.error = c.error; +*/ function eagerLoad() { var PromiseA = require('bluebird').Promise;