Skip to content

Commit 1b40563

Browse files
committed
Objectify options.
Support FCV Desktop requirement.
1 parent 9dd759f commit 1b40563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fluentcmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = function () {
7171
var fObj = _fmts.filter( function(_f) { return _f.ext === fType; } )[0];
7272
var fOut = path.join( f.substring( 0, f.lastIndexOf('.') + 1 ) + fObj.ext );
7373
_log( 'Generating ' + fi.fmt.name.toUpperCase() + ' resume: ' + path.relative(process.cwd(), f ) );
74-
return fObj.gen.generate( rez, fOut, _opts.theme );
74+
return fObj.gen.generate( rez, fOut, { theme: _opts.theme } );
7575
}
7676
catch( ex ) {
7777
_err( ex );

0 commit comments

Comments
 (0)