Update index.js

lol
This commit is contained in:
Daniel 2021-06-08 05:41:29 +02:00 committed by GitHub
parent 408fa95d1f
commit 19acd8897f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
dist/index.js vendored
View File

@ -1752,7 +1752,7 @@ function logOriginalError(logger, error) {
function prettyError(logger, args, error) { function prettyError(logger, args, error) {
logger.all(); logger.all();
logger.all(`----------------------------------------------------------------`); logger.all(`----------------------------------------------------------------`);
logger.all(`--------------- 🔥🔥🔥 A error occurred 🔥🔥🔥 --------------`); logger.all(`--------------- 🔥🔥🔥 An error occurred 🔥🔥🔥 --------------`);
logger.all(`----------------------------------------------------------------`); logger.all(`----------------------------------------------------------------`);
const ftpError = error; const ftpError = error;
if (typeof error.code === "string") { if (typeof error.code === "string") {