Skip to content

Commit a3fe566

Browse files
committed
Add a more accurate if README.md doesn't exist
Resolves #25
1 parent 2ded8df commit a3fe566

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/update-content.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ module.exports = async function (
5252
}
5353
}
5454
} catch (e) {
55-
console.log(e);
55+
if (isVerbose) {
56+
console.log(`✏️ Unable to update [${path}]`);
57+
}
5658
}
5759
}
5860
};

0 commit comments

Comments
 (0)