Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6ab8a3b

Browse files
committed
try to fix ci second time
1 parent 3124790 commit 6ab8a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/leetCodeManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class LeetCodeManager extends EventEmitter {
3838
const loginArg: string = "-l";
3939
const cookieInArg: string = "-c";
4040
const commandArg: string = isCookieIn ? cookieInArg : loginArg;
41-
const inMessage: string = isCookieIn ? "cookie in" : "sign in"
41+
const inMessage: string = isCookieIn ? "cookie in" : "sign in";
4242
try {
4343
const userName: string | undefined = await new Promise(async (resolve: (res: string | undefined) => void, reject: (e: Error) => void): Promise<void> => {
4444
let result: string = "";

0 commit comments

Comments
 (0)