From 122d4994c7ce43b08e66da1c7d1fdce549a3f3ba Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 29 Nov 1999 06:33:02 +0000 Subject: 19991129 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/pstore.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/pstore.rb b/lib/pstore.rb index 566de8d8f..9ea9ab366 100644 --- a/lib/pstore.rb +++ b/lib/pstore.rb @@ -107,6 +107,7 @@ class PStore Marshal::dump(@table, file) rescue File::rename backup, @filename if File::exist?(backup) + raise end end @abort = false -- cgit