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 c7ebf0b commit 7eb48c5Copy full SHA for 7eb48c5
lib/middleware/karma.js
@@ -181,7 +181,7 @@ function createKarmaMiddleware (
181
const fileType = file.type || path.extname(filePath).substring(1)
182
183
if (helper.isDefined(fileType) && !FILE_TYPES.includes(fileType)) {
184
- log.warn('Invalid file type, defaulting to js.', fileType)
+ log.warn(`Invalid file type (${fileType}), defaulting to js.`)
185
}
186
187
if (!file.isUrl) {
0 commit comments