// const success = () => { // } // const warning = () => { // } // const error = (errTitle, errValue) => { // console.log(); // console.log(chalk.red(`${errTitle} => ${errValue}`)); // console.log(); // }; // error('upload failed', '上传失败');