mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-07-09 19:51:07 +01:00
feat: include private fields during convert
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user