Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: fix karma console log #3484

Merged
merged 1 commit into from
Mar 10, 2017

Commits on Mar 7, 2017

  1. build: fix karma console log

    Karma recently introduced a breaking change, that **hasn't** been noted (karma-runner/karma#2582).
    
    Karma doesn't show any `console.log` calls anymore, because the priority order of the `LogLevel`'s has been changed. The default log leve for the `browserConsoleLog` does no longer include the `LOG` log-level.
    devversion committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    bd01935 View commit details
    Browse the repository at this point in the history