Browse Source

Changed notify message

Wirecog 6 years ago
parent
commit
a8112fced2
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      kick.go

+ 6
- 1
kick.go View File

1
+// The Isomorphic Go Project
2
+// Copyright (c) Wirecog, LLC. All rights reserved.
3
+// Use of this source code is governed by a BSD-style
4
+// license, which can be found in the LICENSE file.
5
+
1
 package main
6
 package main
2
 
7
 
3
 import (
8
 import (
170
 			os.Exit(0)
175
 			os.Exit(0)
171
 
176
 
172
 		case <-shouldRestart:
177
 		case <-shouldRestart:
173
-			fmt.Println("Recompiling and Restarting")
178
+			fmt.Println("\nInstant KickStart Applied! (Recompiling and restarting project.)")
174
 			cmd = restart(cmd)
179
 			cmd = restart(cmd)
175
 
180
 
176
 		}
181
 		}