We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c29dd8 commit c0dd8c3Copy full SHA for c0dd8c3
public_api/bhavcopy.js
@@ -6,7 +6,6 @@ class BhavCopy {
6
* @param string dir Specify the directory for downloading files
7
*/
8
constructor(options = {}) {
9
- super()
10
console.log(1, options);
11
12
this.request = require("request");
0 commit comments