We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958a28d commit cdc684fCopy full SHA for cdc684f
src/migration.ts
@@ -132,7 +132,7 @@ export async function compileIncludes(
132
content: string,
133
processedFiles: ReadonlySet<string>,
134
): Promise<string> {
135
- const regex = /^--!include[ \t]+(.*\.sql)[ \t]*$/gm;
+ const regex = /^--![ \t]*include[ \t]+(.*\.sql)[ \t]*$/gm;
136
137
// Find all includes in this `content`
138
const matches = [...content.matchAll(regex)];
0 commit comments