Actually fixed doc.Dump

This commit is contained in:
Unknown
2018-09-02 11:55:36 -04:00
parent 86a428abe0
commit 84039eb788
2 changed files with 4 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ import (
// Windows is the runner Windows Operating Systems.
// It runs Visual Basic Scripts.
// // TODO(sbrow): Separate 32 and 64 bit Windows runners.
var Windows = Runner{
Cmd: "cscript.exe",
Args: []string{"/nologo"},