mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 22:05:55 +00:00
feat: expose dappPath
This commit is contained in:
parent
8f59647f36
commit
5fb687c1d9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user