Skip to content

Commit

Permalink
yooooo
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Sep 10, 2023
1 parent 0b1c030 commit 0161e75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/commands/hardis/auth/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { flags, SfdxCommand } from "@salesforce/command";
import { Messages } from "@salesforce/core";
import { AnyJson } from "@salesforce/ts-types";
import { uxLog } from "../../../common/utils";

// Initialize Messages with the current plugin directory
Messages.importMessagesDirectory(__dirname);
Expand Down Expand Up @@ -59,8 +60,12 @@ export default class Login extends SfdxCommand {
/* jscpd:ignore-end */

public async run(): Promise<AnyJson> {
console.log("YOOOOOOO");
uxLog(this,"YOOOOOO");
const devHub = this.flags.devhub || false;
const scratch = this.flags.scratchorg || false;
console.log("YAAAAAAAA");
uxLog(this,"YAAAAAAAAA");
await this.config.runHook("auth", {
checkAuth: !devHub,
Command: this,
Expand Down

0 comments on commit 0161e75

Please sign in to comment.