Skip to content

Commit 19e7b0f

Browse files
committed
fix: use console.info for handlebars parse warning
1 parent f883571 commit 19e7b0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export function handlebarsParse(
121121
return Buffer.from(outputContents)
122122
} catch (e) {
123123
log(config, LogLevel.debug, e)
124-
log(config, LogLevel.warning, "Couldn't parse file with handlebars, returning original content")
124+
log(config, LogLevel.info, "Couldn't parse file with handlebars, returning original content")
125125
return Buffer.from(templateBuffer)
126126
}
127127
}

0 commit comments

Comments
 (0)