mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Use relative paths in output.
This commit is contained in:
parent
6e6b55a826
commit
90440ae253
@ -84,7 +84,7 @@ module.exports = function () {
|
||||
var fOut = path.join( f.substring( 0, f.lastIndexOf('.') + 1 ) + fObj.ext );
|
||||
|
||||
// Generate!
|
||||
_log( 'Generating ' + fType.toUpperCase() + ' resume: ' + fOut );
|
||||
_log( 'Generating ' + fType.toUpperCase() + ' resume: ' + path.relative(process.cwd(), f) );
|
||||
return fObj.gen.generate( rez, fOut, _opts.theme );
|
||||
}
|
||||
catch( ex ) {
|
||||
|
Loading…
Reference in New Issue
Block a user