Skip to content

Commit 60feb4c

Browse files
add line break for before message
1 parent 8f7b56e commit 60feb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { OPTION_TYPE_CHECKS } from "./constants";
55
async function main() {
66
const definedOptions = process.argv.filter((option) => option.startsWith('--'))
77
const options = {
8-
_DO_NOT_USE_beforeSignalCleanupMessage: 'Shutting down the epehemeral MySQL database and cleaning all related files...',
8+
_DO_NOT_USE_beforeSignalCleanupMessage: '\nShutting down the epehemeral MySQL database and cleaning all related files...',
99
_DO_NOT_USE_afterSignalCleanupMessage: 'Shutdown and cleanup is complete.'
1010
}
1111
for (const opt of definedOptions) {

0 commit comments

Comments
 (0)