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

This commit is contained in:
Jonatan Nilsson 2022-03-10 11:15:02 +00:00
parent 5330ecfa5c
commit dccad23890

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(),