Skip to content

github-ospo-test/conflicts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

This file will have conflicts

conflict

const mapLevelToMethod = {
  silly: 0,
  trace: 1,
  debug: 2,
  info: 3,
  warn: 4,
  error: 5,
  fatal: 6,
};

const level = mapLevelToMethod[process.env.LOG_LEVEL.toLower() || "info"];
const mapLevelToMethod = {
  silly: 0,
  trace: 1,
  debug: 2,
  info: 3,
  warn: 4,
  error: 5,
  fatal: 6,
};

const level = mapLevelToMethod[process.env.LOG_LEVEL.toLower() || "info"];
// this is a comment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published