[Pkg-javascript-commits] [uglifyjs] 96/491: ensure new line after `describe_ast()` (#1999)
Jonas Smedegaard
dr at jones.dk
Wed Feb 14 19:51:25 UTC 2018
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.
commit a277fe168dede9d61781547ab30adfaf593e6e6e
Author: Alex Lam S.L <alexlamsl at gmail.com>
Date: Thu May 25 02:32:36 2017 +0800
ensure new line after `describe_ast()` (#1999)
---
tools/node.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/node.js b/tools/node.js
index 227c23b..07c62d1 100644
--- a/tools/node.js
+++ b/tools/node.js
@@ -61,5 +61,5 @@ function describe_ast() {
}
};
doitem(AST_Node);
- return out + "";
+ return out + "\n";
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list