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