run()
  .then(() => console.log('finished!'))
  .catch((error) => {
    console.error('error: ', error)
  })