Fix bug with missing log level
continuous-integration/appveyor/branch AppVeyor build failed Details

master v3.0.0-beta.3
Jonatan Nilsson 2022-03-10 11:15:02 +00:00
parent 5330ecfa5c
commit dccad23890
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ import Util from '../core/util.mjs'
export function createFakeLog() {
return {
// debug: stub(),
debug: stub(),
info: stub(),
warn: stub(),
error: stub(),
// fatal: stub(),
fatal: stub(),
event: {
info: stub(),
warn: stub(),