##// END OF EJS Templates
api: added store_exception_api for remote exception storage....
api: added store_exception_api for remote exception storage. - this will be used in the new indexer that could now report indexing error right back into RhodeCode.

File last commit:

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