mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-02 12:27:08 +01:00
Emit an additional blank line.
This commit is contained in:
@ -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 ) {
|
||||
|
||||
|
Reference in New Issue
Block a user