mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
Fixed: Better debugging experience
This commit is contained in:
@@ -190,7 +190,7 @@ ConverterConversionException = @"ConverterConversionException";
|
||||
return false;
|
||||
}
|
||||
}
|
||||
debugger;
|
||||
|
||||
if (!isReadable(temporaryPlistFilePath))
|
||||
[CPException raise:ConverterConversionException reason:@"Unable to convert nib file."];
|
||||
|
||||
|
||||
@@ -923,7 +923,7 @@ var /* FILE = require("file"), */
|
||||
|
||||
themeBundle.addEventListener("error", function()
|
||||
{
|
||||
CPLog.error("Could not find bundle: " + self);
|
||||
CPLog.error("Could not find bundle: " + themeBundle);
|
||||
});
|
||||
|
||||
themeBundle.load();
|
||||
|
||||
Reference in New Issue
Block a user