Skip to content

Commit 11d41b6

Browse files
committed
Fix path issue in finding the hftp module
1 parent 1210570 commit 11d41b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Files/ftp-3/scripts/start-server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
var pkg = require('hftp');
1+
var pkg = require('/usr/local/lib/node_modules/hftp');

0 commit comments

Comments
 (0)