cordova-plugin-cescit-integ.../scripts/helpers/error_exit.js

5 lines
150 B
JavaScript
Raw Permalink Normal View History

2020-12-31 16:38:20 +08:00
module.exports = function (msg, exception) {
process.stdout.write('\n[完整性检验] ERROR! ' + msg + '\n');
throw new Error(exception);
};