Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Apr 21, 2020
2 parents 596b248 + b0ae6b1 commit 4f49292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/quadify/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { introduce, build, quadify } = require("megaminx");

async function pass(ctx, config, argv) {
await ctx.run(introduce, "a", { from: argv.main, prefix: "a", ignoreHints: true });
await ctx.run(quadify, "a");
await ctx.run(quadify, "a", { error: 1 / 4 });
await ctx.run(build, "a", { to: config.o, optimize: true });
ctx.remove("a");
}
Expand Down

0 comments on commit 4f49292

Please sign in to comment.