League-of-Foundry-Developers / fvtt-module-furnace

34 stars 12 forks source link

locally executed macros do not return a result #44

Closed tposney closed 4 years ago

tposney commented 4 years ago

macros.js line 216

                await this.renderContent(...args);

should be

                return await this.renderContent(...args);