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