Skip to content

Commit

Permalink
Fix error message containing "script script"
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Oct 13, 2023
1 parent 5f71dd1 commit eacb16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facil.Generator/Db.fs
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ let getColumns connStr conn cfg sysTypeIdLookup (executable: Choice<StoredProced
| Some source ->
raise
<| Exception(
$"Error getting output columns for Facil-generated table script %s{executableName}. Script source:\n\n%s{source}\n",
$"Error getting output columns for Facil-generated %s{executableName}. Script source:\n\n%s{source}\n",
ex
)

Expand Down

0 comments on commit eacb16f

Please sign in to comment.