package.internals.host-report-errors.js Maven / Gradle / Ivy
The newest version!
'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 */ }
};
© 2015 - 2024 Weber Informatics LLC | Privacy Policy