| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[node] Fix node_app entrypoint
The CL https://crrev.com/c/7061850 weakend the condition on how we
can create root targets. It missed the fact that node_app for Node.js
creates child targets with no session IDs.
We fix this by not passing in a parent target. We must not use the
connection from the parent anyway, and instead use the NodeConnection.
R=bme...@chromium.org
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |