1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-03 00:30:05 +01:00

Remove totally unnecessary line.

Totally.
This commit is contained in:
hacksalot 2016-01-10 19:11:43 -05:00
parent 1416f57d0b
commit 0ecac98cff

View File

@ -13,8 +13,7 @@ Command-line interface (CLI) for HackMyResume.
try { try {
var main = require('./cli/main'); require('./cli/main')( process.argv );
main( process.argv );
} }
catch( ex ) { catch( ex ) {