Skip to content

Commit

Permalink
fix: missing space close #38
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyinws committed Jun 27, 2024
1 parent 5d234ae commit 5db369b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const launchEditorStyle = 'background: #00DC8250;padding:2px 5px;border-r

export function printInfo(port: number) {
// eslint-disable-next-line no-console
console.log(` \x1B[32m➜\x1B[39m \x1B[1mTurboConsole\x1B[22m: \x1B[36mhttp://localhost:\x1B[1m${port}\x1B[22m/inspect\x1B[39m`)
console.log(` \x1B[32m➜\x1B[39m \x1B[1mTurboConsole\x1B[22m: \x1B[36mhttp://localhost:\x1B[1m${port}\x1B[22m/inspect\x1B[39m`)
}

export function getFileNameWithoutExtension(fileName: string) {
Expand Down

0 comments on commit 5db369b

Please sign in to comment.