profileName option

This commit is contained in:
Hem Brahmbhatt
2017-08-22 12:31:22 +01:00
parent 3e1d094289
commit 00b4fa42a6
3 changed files with 15 additions and 11 deletions

View File

@@ -90,6 +90,7 @@ module.exports = function (original, length, options) {
conf = {
original: original,
memoized: memoized,
profileName: options.profileName,
get: function (args) {
if (resolve) args = resolve(args);
if (get) return get(args);