Skip to content

Commit

Permalink
Merge 08673c4 into 9caf894
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteinich committed Apr 8, 2019
2 parents 9caf894 + 08673c4 commit 3eec6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.terminal-src.js
Expand Up @@ -5720,7 +5720,7 @@
var login = typeof auth === 'string' ? auth : 'login';
interpreter_object.help = interpreter_object.help || function(fn) {
if (typeof fn === 'undefined') {
var names = response.procs.map(function(proc) {
var names = procs.map(function(proc) {
return proc.name;
}).join(', ') + ', help';
self.echo('Available commands: ' + names);
Expand Down

0 comments on commit 3eec6fc

Please sign in to comment.