bows icon indicating copy to clipboard operation
bows copied to clipboard

Cannot read property 'andlogKey' of null

Open sporto opened this issue 7 years ago • 0 comments

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

sporto avatar May 22 '18 04:05 sporto