Skip to content

Commit

Permalink
Merge pull request #9165 from Vitalis95/r-bug
Browse files Browse the repository at this point in the history
Bug fix for new machine running R-Instat
  • Loading branch information
Patowhiz authored Oct 1, 2024
2 parents e2d0a6b + ee9aacf commit fcf1f99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions instat/frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,10 @@ Public Class frmMain
End If
End If

If Not Directory.Exists(strAutoSaveLogFolderPath) Then
Directory.CreateDirectory(strAutoSaveLogFolderPath)
End If

Using writer As StreamWriter = New StreamWriter(strMarkerFilePath, False)
writer.WriteLine("Running")
End Using
Expand Down

0 comments on commit fcf1f99

Please sign in to comment.