Skip to content

Commit

Permalink
fix bug when verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Filirom1 committed Apr 6, 2012
1 parent ecef1ec commit 04872ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jst.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ var inputdir = options.inputdir;
var engine = engines[options.template];

function compile(){
if( options.verbose ) console.log("Use template format : " + options.template.join('|'));
if( options.verbose ) console.log("Use template format : " + options.template);
engine( inputdir, options, function( err, compiledTemplates ){
if( err ) return engines.handleError( err );
write(compiledTemplates, function(err, output){
Expand Down

0 comments on commit 04872ce

Please sign in to comment.