Merge branch 'master' into bplane

Merged the change to run *bypass on the "crash save" command in tools.tcl.
This commit is contained in:
Tim Edwards 2020-03-23 11:53:34 -04:00
commit 5df9ede961
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ proc magic::resumeall {} {
proc magic::makecrashbackup {} {
global Opts
crash save
*bypass crash save
if {$Opts(backupinterval) > 0} {
after $Opts(backupinterval) magic::makecrashbackup
}