We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3124790 commit 6ab8a3bCopy full SHA for 6ab8a3b
src/leetCodeManager.ts
@@ -38,7 +38,7 @@ class LeetCodeManager extends EventEmitter {
38
const loginArg: string = "-l";
39
const cookieInArg: string = "-c";
40
const commandArg: string = isCookieIn ? cookieInArg : loginArg;
41
- const inMessage: string = isCookieIn ? "cookie in" : "sign in"
+ const inMessage: string = isCookieIn ? "cookie in" : "sign in";
42
try {
43
const userName: string | undefined = await new Promise(async (resolve: (res: string | undefined) => void, reject: (e: Error) => void): Promise<void> => {
44
let result: string = "";
0 commit comments