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

Tweak error handling for cmd params.

This commit is contained in:
hacksalot
2016-01-01 15:06:16 -05:00
parent 5a2d892b85
commit 2b669cf35c
2 changed files with 12 additions and 2 deletions

View File

@ -35,8 +35,8 @@ catch( ex ) {
function main() {
// Setup
if( process.argv.length <= 2 ) { throw { fluenterror: 4 }; }
var a = ARGS( process.argv.slice(2) );
if( a._.length === 0 ) { throw { fluenterror: 4 }; }
opts = getOpts( a );
logMsg( title );