Skip to content

Commit

Permalink
ucfopen#22 Somehow lost a + sign in the last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenjaminBanklin committed Oct 23, 2018
1 parent f240817 commit e714c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion express.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ module.exports = (app) => {
if (nonstandard_props.length > 0) {
const plurals = nonstandard_props.length > 1 ? ['properties', 'were'] : ['property', 'was'];
console.log ('Warning: Nonstandard qset item ' +
plurals[0] + ' ' + nonstandard_props.join(', ') + ' '
plurals[0] + ' ' + nonstandard_props.join(', ') + ' ' +
plurals[1]);
}

Expand Down

0 comments on commit e714c39

Please sign in to comment.