]> git.scottworley.com Git - picsort/commitdiff
Extra newline at the end for easier copy/paste
authorScott Worley <scottworley@scottworley.com>
Sun, 2 Mar 2014 08:57:10 +0000 (00:57 -0800)
committerScott Worley <scottworley@scottworley.com>
Sun, 2 Mar 2014 08:57:10 +0000 (00:57 -0800)
Getting the trailing newline makes the final command actually run.

picsorter.js

index e8a92a2ed6eec0c5171ef2f427f0757c684d5715..f1847841dc052819c962b94e0d487093eca951fd 100644 (file)
@@ -166,6 +166,7 @@ function show_commands() {
       commands.push(command.join(" "));
     }
   });
       commands.push(command.join(" "));
     }
   });
+  commands.push("");
   $("#shell_out").text(commands.join("\n")).show();
 }
 
   $("#shell_out").text(commands.join("\n")).show();
 }