feat: expose dappPath

This commit is contained in:
Anthony Laibe 2018-11-22 12:49:18 +00:00 committed by Iuri Matias
parent 8f59647f36
commit 5fb687c1d9

View File

@ -67,6 +67,8 @@ var Config = function(options) {
});
};
Config.prototype.dappPath = fs.dappPath;
Config.prototype.loadConfigFiles = function(options) {
var interceptLogs = options.interceptLogs;
if (options.interceptLogs === undefined) {