Current Path : /home/infinitibizsol/.trash/node_modules.2/core-js/internals/ |
Current File : /home/infinitibizsol/.trash/node_modules.2/core-js/internals/host-report-errors.js |
'use strict'; module.exports = function (a, b) { try { // eslint-disable-next-line no-console -- safe arguments.length === 1 ? console.error(a) : console.error(a, b); } catch (error) { /* empty */ } };