pub fn start_to_file(path: impl AsRef<Path>)Expand description
Start recording, continuously flushing the script to path — how DAY_RECORD / day launch --record capture headlessly. Crash-resilient: the file holds everything up to the last event
even if the app is killed.