We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e0946 commit c826cefCopy full SHA for c826cef
1 file changed
utils/authentication.js
@@ -26,7 +26,7 @@ try {
26
}`;
27
28
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."))
+ io.write(green("\n> Kindly restart the CLI now to ensure that everyone is working perfectly. You can do by selecting exit option.\n"))
+ io.write(red("> THIS IS ONE TIME THINGY."))
31
};
32
}
0 commit comments