Skip to content

Commit 82e831a

Browse files
committed
chore: console log for windows test
1 parent f8149b8 commit 82e831a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/build/verification.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ const formDetectionRegex = /<form[^>]*?\s(netlify|data-netlify)[=>\s]/
9595
export async function verifyNetlifyFormsWorkaround(ctx: PluginContext) {
9696
const srcDir = ctx.resolveFromSiteDir('public')
9797
const paths = await glob(join(srcDir, '**/*.html'))
98+
console.log(join(srcDir, '**/*.html'), paths)
9899
try {
99100
for (const path of paths) {
100101
const html = await readFile(path, 'utf-8')

0 commit comments

Comments
 (0)