Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit e9537a7

Browse files
Copilotymc9
andcommitted
fix: also redact SQLite URLs for consistency
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
1 parent 36ee595 commit e9537a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/actions/proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function createDialect(provider: string, databaseUrl: string, outputPath: string
135135
resolvedUrl = path.join(outputPath, filePath);
136136
}
137137
}
138-
console.log(colors.gray(`Connecting to SQLite database at: ${resolvedUrl}`));
138+
console.log(colors.gray(`Connecting to SQLite database at: ${redactDatabaseUrl(resolvedUrl)}`));
139139
return new SqliteDialect({
140140
database: new SQLite(resolvedUrl),
141141
});

0 commit comments

Comments
 (0)