Adding safelist to travis.yml and correcting a typo
This commit is contained in:
@@ -197,7 +197,7 @@ func StartExecutor(fissionNamespace string, functionNamespace string, port int)
|
||||
signal.Notify(c, syscall.SIGTERM)
|
||||
go func() {
|
||||
<-c
|
||||
log.Println("Recived SIGTERM : Dumping stack trace")
|
||||
log.Println("Received SIGTERM : Dumping stack trace")
|
||||
dumpStackTrace()
|
||||
os.Exit(1)
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user