in src/Bootstrapper.js [21:25]
function _callback(cb, context, ...args) { if (typeof cb === 'function') { cb.call(context, ...args); } }