blob: 43d213a8f95055fa7838ffc1be3a79dd283b31cb [file] [log] [blame]
'use strict';
var assert = require('assert');
process.on('beforeExit', function() {
assert(false, 'exit should not allow this to occur');
});
process.exit();