1 2 3 4 5
try { module.exports = require("nonexistent"); } catch(_e) { module.exports = require("assert"); }