%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/test/fixtures/
Upload File :
Create Path :
Current File : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/test/fixtures/async-error.js

'use strict';

async function one() {
  throw new Error('test');
}

async function breaker() {
  return true;
}

async function stack() {
  await breaker();
}

async function two() {
  await stack();
  await one();
}
async function three() {
  await two();
}

async function four() {
  await three();
}

module.exports = four;

Zerion Mini Shell 1.0