Travis build: 543 [cron]
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const indentString = (str, count, indent = ' ') =>
|
||||
str.replace(/^/mg, indent.repeat(count));
|
||||
const indentString = (str, count, indent = ' ') => str.replace(/^/gm, indent.repeat(count));
|
||||
module.exports = indentString;
|
||||
|
||||
Reference in New Issue
Block a user