updated private cloud server and console
This commit is contained in:
2
console/mini_poem/cache/base_cache.js
vendored
2
console/mini_poem/cache/base_cache.js
vendored
@@ -3,7 +3,7 @@
|
||||
* 2014-12-01.
|
||||
*/
|
||||
|
||||
var BaseCache = function(_cacheType, _host, _port, _user, _password) {
|
||||
let BaseCache = function(_cacheType, _host, _port, _user, _password) {
|
||||
throw new Error("Abstract class");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user