mirror of
https://github.com/en-lwj/cordova-plugin-cescit-integrity.git
synced 2025-01-18 22:02:50 +08:00
5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
module.exports = function (msg, exception) {
|
|
process.stdout.write('\n[完整性检验] ERROR! ' + msg + '\n');
|
|
throw new Error(exception);
|
|
};
|