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 bab592c commit 3dc1931Copy full SHA for 3dc1931
types/ftpd/ftpd-tests.ts
@@ -10,7 +10,7 @@ var options: ftpd.FtpServerOptions = {
10
return "/";
11
},
12
logLevel: ftpd.LogLevel.ERROR,
13
- allowedCommands: []
+ allowedCommands: [],
14
};
15
16
var host: string = "10.0.0.42";
0 commit comments