Fix undefined variable

This commit is contained in:
Sam Carlton 2022-05-19 10:52:28 -05:00
parent 3632f8c4d1
commit 202a4a9512

View file

@ -303,7 +303,7 @@ class BuildLists {
console.log('\n', `-- Starting kind lists for /${ apiKindListDirectory }`) console.log('\n', `-- Starting kind lists for /${ apiKindListDirectory }`)
const endpointMethodName = `Finished kind lists for /${ listOptions.name } endpoints` const endpointMethodName = `Finished kind lists for /${ apiKindListDirectory } endpoints`
console.time(endpointMethodName) console.time(endpointMethodName)