##// END OF EJS Templates
db: use asbool to detect if ping conenction or debug is set....
db: use asbool to detect if ping conenction or debug is set. Otherwise just those two flags present would trigger the conditions.

File last commit:

r3172:d37fc984 default
r3301:1da16c19 stable
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}