mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(exit) rm iife
This commit is contained in:
parent
3f72e53bc4
commit
2c6a2f232d
1 changed files with 7 additions and 8 deletions
|
|
@ -1,8 +1,7 @@
|
|||
(function() {
|
||||
'use strict';
|
||||
|
||||
module.exports = function() {
|
||||
console.error.apply(console, arguments);
|
||||
process.exit(1);
|
||||
};
|
||||
})();
|
||||
'use strict';
|
||||
|
||||
module.exports = function() {
|
||||
console.error.apply(console, arguments);
|
||||
process.exit(1);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue