Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Benjie <benjie@jemjie.com>
  • Loading branch information
timelf123 and benjie committed Sep 29, 2023
1 parent 03c3947 commit 22800de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildSqlModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const sqlFiles = fs
*/
function escape(str) {
return (
"String.raw`" +
"String.raw`\\\n" +
str
.replace(/`/g, '` + "`" + String.raw`')
.replace(/\$\{/g, "$$` + String.raw`{") +
Expand Down

0 comments on commit 22800de

Please sign in to comment.