Skip to content

Commit b43f3a9

Browse files
committed
chore: console log for windows test
1 parent b20f7ed commit b43f3a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/build/verification.ts

+1
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)