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

MAPD-597 Map Testability (2 of a few) #559

Merged
Merged
2 changes: 1 addition & 1 deletion common/utils/util.analyzeValue.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ analyzeValue = (value, fullJson=false) ->
else if result.type == 'string'
result.details = util.inspect(value, depth: null)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coffeelint issue, but not really a problem (coffeelint 1.12 throws errors)

else if result.type == 'undefined'
# do nothing
### do nothing ###
else # boolean, number, or symbol
result.details = ''+value
if fullJson
Expand Down
Loading