1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00

Emit an additional blank line.

This commit is contained in:
devlinjd 2015-10-06 09:55:35 -04:00
parent 90440ae253
commit 4fa15f59a0

View File

@ -18,6 +18,8 @@ try {
var dst = args._.filter( function( a ) { return !a.endsWith('.json'); });
FCMD.generate( src, dst, args.t || 'default' );
console.log('\n');
}
catch( ex ) {