1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-07-09 11:41:07 +01:00

Introduce section totals inspector.

This commit is contained in:
hacksalot
2016-01-03 05:03:31 -05:00
parent 0a8ee721e8
commit c3ec3f28bd
4 changed files with 83 additions and 1 deletions

View File

@ -193,5 +193,6 @@ function splitSrcDest() {
Simple logging placeholder.
*/
function logMsg( msg ) {
msg = msg || '';
opts.silent || console.log( msg );
}