Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 585ff63

Browse files
author
xuxinhua
committed
windows start.bat bugfix
1 parent f3c98f5 commit 585ff63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websites/code/studygolang/start.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ goto end
88

99
:ok
1010

11-
start /b bin\studygolang >> log\panic.log 2>&1 &
11+
start /b bin\studygolang.exe >> log\panic.log 2>&1 &
1212

1313
echo start successfully
1414

0 commit comments

Comments
 (0)