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 c9642dc commit 515c04eCopy full SHA for 515c04e
index.js
@@ -1,2 +1 @@
1
-var libpath = process.env['VFS_FTP_COV'] ? './lib-cov' : './lib';
2
-module.exports = require(libpath + "/jsftp");
+module.exports = require("./lib/jsftp");
0 commit comments