]> git.r.bdr.sh - rbdr/cologne/commitdiff
string.color was returning undefined
authorSergio de la Garza <redacted>
Sat, 10 Jan 2015 00:33:20 +0000 (18:33 -0600)
committerSergio de la Garza <redacted>
Sat, 10 Jan 2015 00:33:20 +0000 (18:33 -0600)
lib/cobalt.js

index 4c6944d2617a64b9a009cf8748f19325f73c0cf7..b5dd94cb7be3dfe5e59c96eb553b28df4cb78099 100644 (file)
@@ -1,6 +1,7 @@
 // Load up dependencies
 if (typeof require === 'function') {
   require('neon');
+  var colors = require('colors');
   var Microtime = require('microtime');
 }