Skip to content

Commit

Permalink
chore: minor test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Oct 2, 2024
1 parent eda9600 commit b883805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"request": "launch",
"name": "Debug login",
"program": "${workspaceFolder}/dist/index.mjs",
"args": ["login", "--token", "invalidt-token"],
"args": ["login"],
"cwd": "${workspaceFolder}",
"console": "integratedTerminal",
"sourceMaps": true,
Expand Down
2 changes: 1 addition & 1 deletion src/commands/login/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const loginCommand = program
region: userRegion,
})

konsola.ok(`Successfully logged in with email ${chalk.hex('#45bfb9')(userEmail)}`, true)
konsola.ok(`Successfully logged in with email ${chalk.hex('#45bfb9')(userEmail)}`)
}
}
}
Expand Down

0 comments on commit b883805

Please sign in to comment.