1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40: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 {
var main = require('./cli/main');
main( process.argv );
require('./cli/main')( process.argv );
}
catch( ex ) {