Skip to content

Commit e2387d8

Browse files
committed
feat: Add DO NOT EDIT comment to files
1 parent 31d4796 commit e2387d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ function printNode(nodes: Node[]): string {
278278
ScriptKind.TS
279279
);
280280
const printer = createPrinter({ newLine: NewLineKind.LineFeed });
281-
let output = "";
281+
let output = "// Code generated by sqlc. DO NOT EDIT.\n\n";
282282
for (let node of nodes) {
283283
output += printer.printNode(EmitHint.Unspecified, node, resultFile);
284284
output += "\n\n";

0 commit comments

Comments
 (0)