Hotfix parameterization
This commit is contained in:
parent
488fba0768
commit
47d15c0261
6 changed files with 60 additions and 6 deletions
|
@ -25,6 +25,7 @@ const process = async (raw, debug=false, logger=()=>{}) => {
|
|||
logger('Preprocessing input...')
|
||||
config = prepare.unnest(config)
|
||||
config = prepare.inherit(config)
|
||||
config = prepare.parameterize(config)
|
||||
const results = {}
|
||||
if (debug) {
|
||||
results.raw = raw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue