File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ async function companyGFG(companyName) {
39
39
else
40
40
{
41
41
console . log ( `${ companyName } questions not availabe` ) ;
42
- await browser . close ( ) ;
42
+ process . exit ( ) ;
43
43
}
44
44
} )
45
45
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env node
2
1
const readline = require ( "readline" ) ;
3
2
const fs = require ( "fs" ) ;
4
3
const rl = readline . createInterface ( {
@@ -7,7 +6,7 @@ const rl = readline.createInterface({
7
6
terminal : false
8
7
} )
9
8
10
- // console.log(fs.readFileSync("helpFile.txt")+"\n");
9
+ console . log ( fs . readFileSync ( "helpFile.txt" ) + "\n" ) ;
11
10
12
11
13
12
rl . question ( "Input your choice: \n" , function ( ans ) {
Original file line number Diff line number Diff line change 14
14
},
15
15
"keywords" : [],
16
16
"author" : " " ,
17
- "license" : " ISC" ,
18
- "bin" : {
19
- "QuickPrep" : " ./main.js"
20
- }
17
+ "license" : " ISC"
21
18
}
You can’t perform that action at this time.
0 commit comments