Skip to content

Cannot read property 'andlogKey' of null #32

@sporto

Description

@sporto

In

bows/bows.js

Line 29 in 334d8a6

ls = !inNode && window.localStorage,

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions