Skip to content

Commit

Permalink
very minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sonyarianto committed Apr 4, 2023
1 parent 496b2bf commit 760430f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
15 changes: 11 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"picocolors": "^1.0.0"
},
"devDependencies": {
"@types/node": "^18.15.11",
"jiti": "^1.18.2",
"prettier": "^2.8.7",
"tsup": "^6.7.0"
Expand Down
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async function connectToConnection(connection: any) {
sshCommand = `ssh ${hostname} -p ${port}`;
}

log.info(`🚀 Connecting to ${hostname}...`);
log.info(`🚀 Connecting to ${hostname}...\n`);

const child = spawn(sshCommand, { stdio: "inherit", shell: true });

Expand Down

0 comments on commit 760430f

Please sign in to comment.