Skip to content

Commit a485508

Browse files
add new line after initSQLString option
1 parent afe17ff commit a485508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Executor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ class Executor {
521521
}
522522

523523
if (options.initSQLString.length > 0) {
524-
initText += `\n${options.initSQLString}`
524+
initText += `\n${options.initSQLString}\n`
525525
}
526526

527527
this.logger.log('Writing init file')

0 commit comments

Comments
 (0)