Skip to content

console.log errors in jshint task #5

@ziodave

Description

@ziodave

Hello,

While running grunt default, the jshint:src task the following errors are raised:

Running "jshint:src" (jshint) task
Linting lib/videojs-hlsjs.js ...ERROR
[L75:C13] W117: 'console' is not defined.
            console.log(data.type);
Linting lib/videojs-hlsjs.js ...ERROR
[L76:C13] W117: 'console' is not defined.
            console.log(data.details);
Linting lib/videojs-hlsjs.js ...ERROR
[L96:C9] W117: 'console' is not defined.
        console.log('Hls.isSupported');

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