mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 08:20:11 +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 {
|
try {
|
||||||
|
|
||||||
var main = require('./cli/main');
|
require('./cli/main')( process.argv );
|
||||||
main( process.argv );
|
|
||||||
|
|
||||||
}
|
}
|
||||||
catch( ex ) {
|
catch( ex ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user