From 8c5af7ca1575c66f1b786460c38d900a6f149dd6 Mon Sep 17 00:00:00 2001 From: GlitchMasta47 Date: Sat, 11 Mar 2017 13:07:55 -0600 Subject: [PATCH] Update safe.js Whoa, string never ends! (even though it's a comment and it doesn't matter for that, but for the documentation's sake) --- safe.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/safe.js b/safe.js index a6a1f3a..b2574e7 100644 --- a/safe.js +++ b/safe.js @@ -1,9 +1,9 @@ // // Remark: Requiring this file will use the "safe" colors API which will not touch String.prototype // -// var colors = require('colors/safe); +// var colors = require('colors/safe'); // colors.red("foo") // // var colors = require('./lib/colors'); -module['exports'] = colors; \ No newline at end of file +module['exports'] = colors;