mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Emit an additional blank line.
This commit is contained in:
parent
90440ae253
commit
4fa15f59a0
@ -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 ) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user