diff options
Diffstat (limited to 'aplus.go')
| -rw-r--r-- | aplus.go | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -64,6 +64,7 @@ func launch_aplus(course_code int) string { | |||
| 64 | err := init_aplus_toolid(course_code) | 64 | err := init_aplus_toolid(course_code) |
| 65 | if err != nil { | 65 | if err != nil { |
| 66 | fmt.Println("Failed to get A+ base URL and tool ID. Try again with a different course code.") | 66 | fmt.Println("Failed to get A+ base URL and tool ID. Try again with a different course code.") |
| 67 | fmt.Printf("Error: %s\n", err) | ||
| 67 | os.Exit(1) | 68 | os.Exit(1) |
| 68 | } | 69 | } |
| 69 | 70 | ||
