Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function logEverywhere(s) {
  2. console.log({s})
  3. if (Window && Window.webContents) {
  4. Window.webContents.executeJavaScript(`console.log("${s.toString()}")`)
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement