Add ability to pass env to abracadabra

This commit is contained in:
Bryan Ashby
2020-12-12 22:05:14 -07:00
parent ceeda8b13f
commit 9e7536754d
3 changed files with 3 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ exports.getModule = class AbracadabraModule extends MenuModule {
dropFile : this.dropFile.fileName,
dropFilePath : this.dropFile.fullPath,
node : this.client.node,
env : this.config.env,
};
const doorTracking = trackDoorRunBegin(this.client, this.config.name);