1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2026-05-07 20:50:59 +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
+1
View File
@@ -193,5 +193,6 @@ function splitSrcDest() {
Simple logging placeholder.
*/
function logMsg( msg ) {
msg = msg || '';
opts.silent || console.log( msg );
}