web commit by http://ethan.betacantrips.com/: helpful to me, anyhow
parent
9e28f4b33f
commit
710a9b3782
|
@ -0,0 +1,17 @@
|
|||
Just a one-liner patch to make srcfile more descriptive when it fails. --Ethan
|
||||
|
||||
<pre>
|
||||
Index: IkiWiki.pm
|
||||
===================================================================
|
||||
--- IkiWiki.pm (revision 3194)
|
||||
+++ IkiWiki.pm (working copy)
|
||||
@@ -247,7 +247,7 @@
|
||||
|
||||
return "$config{srcdir}/$file" if -e "$config{srcdir}/$file";
|
||||
return "$config{underlaydir}/$file" if -e "$config{underlaydir}/$file";
|
||||
- error("internal error: $file cannot be found");
|
||||
+ error("internal error: $file cannot be found in $config{srcdir} or $config{underlaydir}");
|
||||
} #}}}
|
||||
|
||||
sub readfile ($;$$) { #{{{
|
||||
</pre>
|
Loading…
Reference in New Issue