Skip to content

Commit 4f49292

Browse files
committed
Merge branch 'dev'
2 parents 596b248 + b0ae6b1 commit 4f49292

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make/quadify/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const { introduce, build, quadify } = require("megaminx");
44

55
async function pass(ctx, config, argv) {
66
await ctx.run(introduce, "a", { from: argv.main, prefix: "a", ignoreHints: true });
7-
await ctx.run(quadify, "a");
7+
await ctx.run(quadify, "a", { error: 1 / 4 });
88
await ctx.run(build, "a", { to: config.o, optimize: true });
99
ctx.remove("a");
1010
}

0 commit comments

Comments
 (0)