UNPKG

113 BPlain TextView Raw
1#!/usr/bin/env node
2
3// Do not limit stack trace
4Error.stackTraceLimit = Infinity;
5
6require('../lib/coa').run();