parent
d5ce1ed68f
commit
963387cfd4
1 changed files with 3 additions and 1 deletions
|
@ -69,6 +69,7 @@ File.prototype.saveSync = function (value) {
|
|||
catch (ex) {
|
||||
throw(ex);
|
||||
}
|
||||
return this.store;
|
||||
};
|
||||
|
||||
//
|
||||
|
@ -222,3 +223,4 @@ File.prototype.search = function (base) {
|
|||
|
||||
return fullpath;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue