xvvvyz / tilde

Minimal browser startpage.
https://tilde.xvvvyz.xyz
The Unlicense
824 stars 266 forks source link

bugfix #23

Closed Teiem closed 5 years ago

Teiem commented 5 years ago

Uncaught TypeError: Cannot destructure property query of 'undefined' or 'null'. line 791

xvvvyz commented 5 years ago

@Teiem, thanks for the PR! There seems to be conflict though.. Can you fix it? Also, what are the steps to reproduce this error?

Teiem commented 5 years ago

I just added one line - if (!query) return {};

xvvvyz commented 5 years ago

Ended up just setting the default response cache to an empty object instead of null.

https://github.com/cadejscroggins/tilde/commit/f87032766fa67a1d2f0923dcc5b484e1e84709d1#diff-eacf331f0ffc35d4b482f1d15a887d3b

Closing this. Thanks again!