Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

getSortByDomain throws error on file:/// URLs #8967

Closed
diracdeltas opened this issue May 19, 2017 · 0 comments · Fixed by #8969
Closed

getSortByDomain throws error on file:/// URLs #8967

diracdeltas opened this issue May 19, 2017 · 0 comments · Fixed by #8969

Comments

@diracdeltas
Copy link
Member

diracdeltas commented May 19, 2017

Test plan

#8969 (comment)


STR:
open a file URL
go to a new tab, type fi in the urlbar
console shows error:

An uncaught exception occurred in the main process Uncaught Exception:
TypeError: Cannot read property 'indexOf' of null
    at /Users/yan/repos/browser-laptop/app/common/lib/suggestion.js:241:21
    at /Users/yan/repos/browser-laptop/app/common/lib/suggestion.js:343:34
    at /Users/yan/repos/browser-laptop/node_modules/immutable/dist/immutable.js:3481:42
    at Array.sort (native)
    at sortFactory (/Users/yan/repos/browser-laptop/node_modules/immutable/dist/immutable.js:3481:13)
    at List.sort (/Users/yan/repos/browser-laptop/node_modules/immutable/dist/immutable.js:4444:26)
    at /Users/yan/repos/browser-laptop/app/common/lib/suggestion.js:393:6
    at query.then (/Users/yan/repos/browser-laptop/app/common/lib/suggestion.js:419:31)
    at <anonymous>

on master

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.