From 604bee1015c2e9333e7bfbd322a7feb3437412e1 Mon Sep 17 00:00:00 2001 From: Henrik Date: Mon, 21 Mar 2011 09:43:04 +0100 Subject: [PATCH] More info for failing output_build folder lock --- rakefile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakefile.rb b/rakefile.rb index 6b3f4d00..00d818da 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -232,5 +232,5 @@ def waitfor(&block) checks += 1 end - raise 'waitfor timeout expired. make sure that you aren\'t running something from the build output folders' if checks > 10 + raise 'Waitfor timeout expired. Make sure that you aren\'t running something from the build output folders, or that you have browsed to it through Explorer.' if checks > 10 end