Skip to content

Commit c826cef

Browse files
committed
📦NEW: msg
1 parent 83e0946 commit c826cef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/authentication.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ try {
2626
}`;
2727

2828
fs.writeFile(`./auth.js`, userToken, (err) => {});
29-
io.write(green("\nKindly restart the CLI now to ensure that everyone is working perfectly. You can do by selecting exit option.\n"))
30-
io.write(red("THIS IS ONE TIME THINGY."))
29+
io.write(green("\n> Kindly restart the CLI now to ensure that everyone is working perfectly. You can do by selecting exit option.\n"))
30+
io.write(red("> THIS IS ONE TIME THINGY."))
3131
};
3232
}

0 commit comments

Comments
 (0)