[GH-ISSUE #1754] [Scripting] Support console.log with multiple arguments #1745

Open
opened 2026-03-03 19:54:00 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Aug 25, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1754

Originally assigned to: @NghiaTranUIT on GitHub.

Description

Currently, it's not possible do run this JS code in the Scripting

const name = "Proxyman"
console.log("name = ", name) // multiple arguments

We should support multiple arguments.

Why this feature/change is important?

  • Similar with Native console.log
Originally created by @NghiaTranUIT on GitHub (Aug 25, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1754 Originally assigned to: @NghiaTranUIT on GitHub. ## Description Currently, it's not possible do run this JS code in the Scripting ```js const name = "Proxyman" console.log("name = ", name) // multiple arguments ``` We should support multiple arguments. ## Why this feature/change is important? - Similar with Native `console.log`
Author
Owner

@NghiaTranUIT commented on GitHub (Aug 25, 2023):

Done: https://download.proxyman.io/beta/Proxyman_4.9.1_Hide_proxyman_scripts_logs.dmg

<!-- gh-comment-id:1693006128 --> @NghiaTranUIT commented on GitHub (Aug 25, 2023): Done: https://download.proxyman.io/beta/Proxyman_4.9.1_Hide_proxyman_scripts_logs.dmg
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1745
No description provided.