diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-08-07 16:28:36 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-08-07 16:28:36 +0100 |
commit | b95f71b5314232e5af5bf41d2c750e5c17861a66 (patch) | |
tree | 6e834f7bac91d640f2f8eb8a5f04aa8f181b72d0 /commits.go | |
parent | 9d60b3d95d49c1097ceeb641f857fe724c4d9cab (diff) |
added a comment in commits.godevel
Diffstat (limited to 'commits.go')
-rw-r--r-- | commits.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -225,6 +225,7 @@ func walkCommits(msg spoolMsg, w *worker) error { } + // Now we can execute the commands in the stack, in the correct order... stackHead := len(cmdStack) - 1 debug.log("[worker: %s] Executing command stack:\n", w.Name) for i := range cmdStack { |