From df6ae88206526a2a3bfb6c86006cb38cb95b4cec Mon Sep 17 00:00:00 2001 From: Daniel Chatfield Date: Tue, 25 Mar 2014 15:03:02 +0000 Subject: [PATCH] Fix error message when using cleancss with sourcemap --- bin/lessc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lessc b/bin/lessc index baaec1de..2a83cb34 100755 --- a/bin/lessc +++ b/bin/lessc @@ -287,7 +287,7 @@ if (options.sourceMap === true) { } if (options.cleancss && options.sourceMap) { - console.log("the sourcemap option is not compatible with sourcemap support at the moment. See Issue #1656"); + console.log("the cleancss option is not compatible with sourcemap support at the moment. See Issue #1656"); return; }