Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1373814
D553.id1427.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jan 31, 9:10 PM
Size
501 B
Mime Type
text/x-diff
Expires
Sun, Feb 1, 9:10 PM (3 h, 19 m)
Engine
blob
Format
Raw Data
Handle
882882
Attached To
D553: INP-1934 - Improve template compilation error reportring
D553.id1427.diff
View Options
Index: core/kernel/nparser/template_cache.php
===================================================================
--- core/kernel/nparser/template_cache.php
+++ core/kernel/nparser/template_cache.php
@@ -226,7 +226,10 @@
}
if ( !fwrite($fp, $compiled_template) ) {
- throw new ParserException('Saving compiled template failed');
+ throw new ParserException(sprintf(
+ 'Failed to save "%s" compiled template.',
+ kUtil::convertPathToRelative($filename)
+ ));
}
fclose($fp);
Event Timeline
Log In to Comment