Skip to content

Commit 9b93e6d

Browse files
add options text to warning
1 parent cb99f96 commit 9b93e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export async function createDB(opts?: ServerOptions) {
3737

3838
for (const opt of internalOpts) {
3939
if (suppliedOptsKeys.includes(opt)) {
40-
console.warn(`[ mysql-memory-server - WARN ]: Creating MySQL database with option ${opt}. This is considered unstable and should not be used externally. Please consider removing this option.`)
40+
console.warn(`[ mysql-memory-server - Options WARN ]: Creating MySQL database with option ${opt}. This is considered unstable and should not be used externally. Please consider removing this option.`)
4141
}
4242
}
4343

0 commit comments

Comments
 (0)