docs: ensure all links are on a single line (#42235)
This commit is contained in:
parent
bb4374ee2c
commit
09fb892c6e
22 changed files with 78 additions and 92 deletions
|
@ -26,8 +26,8 @@ of the most powerful utilities in any Electron Developer's tool belt.
|
|||
## Main Process
|
||||
|
||||
Debugging the main process is a bit trickier, since you cannot open
|
||||
developer tools for them. The Chromium Developer Tools can [be used
|
||||
to debug Electron's main process][node-inspect] thanks to a closer collaboration
|
||||
developer tools for them. The Chromium Developer Tools can
|
||||
[be used to debug Electron's main process][node-inspect] thanks to a closer collaboration
|
||||
between Google / Chrome and Node.js, but you might encounter oddities like
|
||||
`require` not being present in the console.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue