Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
These made their way in from #62
  • Loading branch information
orangejulius committed Nov 26, 2024
1 parent 8ce6caf commit 655499f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function CreateLogger( name, loggerOpts ){
timestamp: pkgConfig.timestamp,
level: pkgConfig.level,
label: name,
stderrLevels: ["emerg", "alert", "crit", "error"]
stderrLevels: ['emerg', 'alert', 'crit', 'error']
})
]
};
Expand Down

0 comments on commit 655499f

Please sign in to comment.