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,3 +1,8 @@
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 6
 package main
2 7
 
3 8
 import (
@@ -170,7 +175,7 @@ func main() {
170 175
 			os.Exit(0)
171 176
 
172 177
 		case <-shouldRestart:
173
-			fmt.Println("Recompiling and Restarting")
178
+			fmt.Println("\nInstant KickStart Applied! (Recompiling and restarting project.)")
174 179
 			cmd = restart(cmd)
175 180
 
176 181
 		}