We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cbf32 commit dd3c46aCopy full SHA for dd3c46a
src/bin/commands/build.ts
@@ -159,8 +159,6 @@ export const buildCommand: yargs.CommandModule<
159
buffer.push(...output.split("\n").map(stripAnsi));
160
161
await step.waitUntilComplete();
162
-
163
- throw new Error(`Setup BAD STEP: ${step.name}`);
164
} catch (error) {
165
const logPath = argv.logPath || process.cwd();
166
const timestamp = new Date().toISOString().replace(/:/g, "-");
0 commit comments