lib/rbbt/persist.rb in rbbt-util-5.21.137 vs lib/rbbt/persist.rb in rbbt-util-5.22.0
- old
+ new
@@ -314,9 +314,11 @@
res = get_result(path, type, persist_options, lockfile, &block)
save_file(path, type, res, lockfile)
+ Open.notify_write(path)
+
return path if persist_options[:no_load]
res
end