Navigation Menu

Skip to content

Commit

Permalink
[fix] Missing single-quote in PR from Zoramite
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Oct 19, 2012
1 parent 379767e commit 4b0782d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/winston.js
Expand Up @@ -137,7 +137,7 @@ Object.defineProperty(winston, 'level', {
// Define getters / setters for appropriate properties of the
// default logger which need to be exposed by winston.
//
['emitErrs', 'exitOnError', 'padLevels', levelLength', 'stripColors'].forEach(function (prop) {
['emitErrs', 'exitOnError', 'padLevels', 'levelLength', 'stripColors'].forEach(function (prop) {
Object.defineProperty(winston, prop, {
get: function () {
return defaultLogger[prop];
Expand Down

0 comments on commit 4b0782d

Please sign in to comment.