Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
break;
}
case "PASS": {
await run();
break;
}
}
if (validateOutput) {
const hashOfOutput = await hasher.hashOfOutput();
logger.setHashOfOutput(hashOfOutput);
}
if (producePerformanceLogs) {
await logger.toFile(logFolder);
}
}