Skip to content

Commit

Permalink
fix reference to lib/features:displayFeatures in load-xrun-tasks (#1738)
Browse files Browse the repository at this point in the history
Co-authored-by: Yisheng Jiang <[email protected]>
  • Loading branch information
yishengjiang99 and yishengjiangcollab authored Sep 12, 2020
1 parent c598977 commit 6ce3a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xarc-app-dev/src/lib/load-xrun-tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = function loadArchetype(xclap, userXarcOptions) {
// lazy require modules that have effects so as to permit customization
// from userspace, i.e. `userOptions`
const archetype = getArchetype(xarcOptions);
const features = xarcOptions.enableFeatures ? require("./features") : undefined;
const features = xarcOptions.enableFeatures ? require("./features").displayFeatures : undefined;

const assertNoGulpExecution = () => {
const cli = process.argv[1];
Expand Down

0 comments on commit 6ce3a07

Please sign in to comment.