Fixed: Better debugging experience

This commit is contained in:
Martin Carlberg
2021-08-27 09:01:19 +02:00
parent 80158a8982
commit e697f4eca7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ ConverterConversionException = @"ConverterConversionException";
return false;
}
}
debugger;
if (!isReadable(temporaryPlistFilePath))
[CPException raise:ConverterConversionException reason:@"Unable to convert nib file."];
+1 -1
View 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();