Skip to content

Commit cddd828

Browse files
committed
Removed unnecessary concatenation.
1 parent 040d014 commit cddd828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/doxdox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ exports.parseInput = function (input, config, pkg) {
4343

4444
} else {
4545

46-
process.stdout.write('File or directory not found.' + '\n');
46+
process.stdout.write('File or directory not found.\n');
4747
process.kill();
4848

4949
}

0 commit comments

Comments
 (0)