add singleton
This commit is contained in:
parent
85d145d487
commit
49816e558d
5
index.js
5
index.js
|
@ -85,9 +85,12 @@ function create(options) {
|
|||
});
|
||||
});
|
||||
}
|
||||
, tmpnamefn: tmpnamefn
|
||||
, baknamefn: baknamefn
|
||||
, create: create
|
||||
};
|
||||
|
||||
return sfs;
|
||||
}
|
||||
|
||||
module.exports.create = create;
|
||||
module.exports = create();
|
||||
|
|
Loading…
Reference in New Issue