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 2068997 commit 049711cCopy full SHA for 049711c
src/commands/env/create/compute.ts
@@ -175,7 +175,7 @@ export default class EnvCreateCompute extends Command {
175
debug(`begin GET /sales-org-connections/${orgId}/apps/${projectName} ...`);
176
const app = await fetchAppForProject(this.client, projectName, org.getUsername());
177
const fetchMillis = new Date().getTime() - fetchStart;
178
- debug(`end GET millis=${fetchMillis} app=${JSON.stringify(app)}`)
+ debug(`end GET millis=${fetchMillis} app=${JSON.stringify(app)}`);
179
return {
180
alias,
181
projectName,
0 commit comments