adamrenklint/asimov.js

View on GitHub
lib/commands/debug.js

Summary

Maintainability
A
0 mins
Test Coverage
// A tiny proxy to start in verbose/debug mode

process.env.VERBOSE = true;
process.env.CRASH = true;

module.exports = require('./start');