bows
bows copied to clipboard
Cannot read property 'andlogKey' of null
In https://github.com/latentflip/bows/blob/334d8a6c48273671cd4dd8d1c20d37f8b1ecbe65/bows.js#L29
ls can be null. So then the next line throws an exception like Cannot read property 'andlogKey' of null
We are seeing this in Android devices.
This line may need to be something like
debugKey = (ls && ls.andlogKey) || 'debug',
Thanks