Can you add a debugging statement here: <https://searchfox.org/mozilla-central/rev/465dbfe030dfec7756b9b523029e90d48dd5ecce/browser/components/shell/HeadlessShell.jsm#36> to print out what uri and location are? For example, something like: dump(`uri is: ${uri.spec} and location is ${location.spec}\n`);
Bug 1522989 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Can you add a debugging statement here: <https://searchfox.org/mozilla-central/rev/465dbfe030dfec7756b9b523029e90d48dd5ecce/browser/components/shell/HeadlessShell.jsm#36> to print out what uri and location are? For example, something like: ``` dump(`uri is: ${uri.spec} and location is ${location.spec}\n`); ```