1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-07-09 11:41:07 +01:00

feat: include private fields during convert

This commit is contained in:
hacksalot
2018-02-01 06:44:07 -05:00
parent 76a386c9df
commit 5161a3a823
8 changed files with 30 additions and 21 deletions

View File

@ -77,7 +77,11 @@ _convert = ( srcs, dst, opts ) ->
_convertOne = (src, dst, idx) ->
# Load the resume
rinfo = ResumeFactory.loadOne src, format: null, objectify: true
rinfo = ResumeFactory.loadOne src,
format: null
objectify: true,
inner:
privatize: false
# If a load error occurs, report it and move on to the next file (if any)
if rinfo.fluenterror