Skip to content

Commit

Permalink
fix: 返回
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Sep 5, 2024
1 parent 26e516f commit 9f5d398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bypasscf_likeUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ async function launchBrowserForUser(username, password) {
waitUntil: "domcontentloaded",
});
}
return browser;
return { browser };
} catch (err) {
// throw new Error(err);
console.log("Error:", err);
Expand Down

0 comments on commit 9f5d398

Please sign in to comment.