[Pkg-javascript-commits] [less.js] 11/14: Fix depends option Fixes #294
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:29:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.3.1
in repository less.js.
commit 66fe6d8064c29b2fbe78f4118a85bb96f859a4c6
Author: Luke Page <luke.a.page at gmail.com>
Date: Wed Jan 28 17:17:17 2015 +0000
Fix depends option Fixes #294
---
bin/lessc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/lessc b/bin/lessc
index f1440cf..85f44fa 100755
--- a/bin/lessc
+++ b/bin/lessc
@@ -376,6 +376,8 @@ function printUsage() {
var writeSourceMapIfNeeded = function(output, onDone) {
if (options.sourceMap && !sourceMapFileInline) {
writeSourceMap(output, onDone);
+ } else {
+ onDone();
}
};
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list