We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9ebe1 commit a1d1351Copy full SHA for a1d1351
1 file changed
utils/authentication.js
@@ -16,6 +16,7 @@ module.exports = async () => {
16
)
17
);
18
const pwd = process.cwd();
19
+ console.log(pwd);
20
21
io.write(yellow("Token: "));
22
const token = await io.read();
0 commit comments