summaryrefslogtreecommitdiff
path: root/internal/fsm.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/fsm.go')
-rw-r--r--internal/fsm.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/fsm.go b/internal/fsm.go
index b52b463..4df24a0 100644
--- a/internal/fsm.go
+++ b/internal/fsm.go
@@ -147,6 +147,7 @@ func (fsm *FSM) writeGraph() {
f, err := os.Create(graphFile)
if err != nil {
fsm.Logger.Log(LOG_INFO, fmt.Sprintf("Failed to write debug fsm graph with error %v", err))
+ return
}
f.WriteString(graph)