mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix undefined variable
This commit is contained in:
parent
3632f8c4d1
commit
202a4a9512
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue