mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add more detail to individual file logging
This commit is contained in:
parent
b777f256df
commit
b684d59bdb
1 changed files with 3 additions and 2 deletions
|
|
@ -304,14 +304,15 @@ class BuildLists {
|
|||
console.timeEnd(methodName)
|
||||
|
||||
if ( cliOptions.withApi ) {
|
||||
console.log('Saving individual endpoints...')
|
||||
console.log('\n', `-- Starting individual /${ listOptions.name } endpoints`)
|
||||
|
||||
const endpointMethodName = `Saved /${ listOptions.name } endpoints`
|
||||
const endpointMethodName = `Finished individual /${ listOptions.name } endpoints`
|
||||
console.time(endpointMethodName)
|
||||
|
||||
await this.saveApiEndpoints( listOptions )
|
||||
|
||||
console.timeEnd(endpointMethodName)
|
||||
console.log( '\n\n' )
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue