mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Remove totally unnecessary line.
Totally.
This commit is contained in:
parent
1416f57d0b
commit
0ecac98cff
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user