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

Make sure that if query is null code still works #1195

Closed
wants to merge 1 commit into from

Conversation

webuniverseio
Copy link

Fix for the following issue:
ERROR [karma]: [TypeError: Cannot read property 'x-ua-compatible' of null]
TypeError: Cannot read property 'x-ua-compatible' of null
at getXUACompatibleMetaElement (d:\sz\start-template\sjaa-sandbox\node_modules\karma\lib\middleware\karma.js:40:19)
at d:\sz\start-template\sjaa-sandbox\node_modules\karma\lib\middleware\karma.js:145:45
at d:\sz\start-template\sjaa-sandbox\node_modules\karma\lib\middleware\common.js:65:35
at fs.js:295:14
at d:\sz\start-template\sjaa-sandbox\node_modules\karma\node_modules\graceful-fs\graceful-fs.js:104:5
at Object.oncomplete (fs.js:93:15)

Fix for following issue:
ERROR [karma]: [TypeError: Cannot read property 'x-ua-compatible' of null]
TypeError: Cannot read property 'x-ua-compatible' of null
    at getXUACompatibleMetaElement (d:\sz\start-template\sjaa-sandbox\node_modules\karma\lib\middleware\karma.js:40:19)
    at d:\sz\start-template\sjaa-sandbox\node_modules\karma\lib\middleware\karma.js:145:45
    at d:\sz\start-template\sjaa-sandbox\node_modules\karma\lib\middleware\common.js:65:35
    at fs.js:295:14
    at d:\sz\start-template\sjaa-sandbox\node_modules\karma\node_modules\graceful-fs\graceful-fs.js:104:5
    at Object.oncomplete (fs.js:93:15)
@maksimr
Copy link
Contributor

maksimr commented Sep 28, 2014

@szarouski Thanks but we have PR

duplicate

@maksimr maksimr closed this Sep 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants