Exemplo n.º 1
0
Arquivo: api.js Projeto: sighjs/sigh
 events.forEach(event => {
   const { path, projectPath } = event
   const suffix = path !== projectPath ? ` [${event.projectPath}]` : ''
   log.nested(`${event.type} ${event.path}${suffix}`)
 })