Support RC63

This commit is contained in:
David Rowe 2018-02-22 10:06:00 +13:00
parent 75cf22ca7f
commit fa1f2267cf

View file

@ -139,7 +139,8 @@
}
function setMappingCallback(status) {
if (status !== null) {
// FIXME: "" is for RC <= 63, null is for RC > 63. Remove the former when RC63 is no longer used.
if (status !== null && status !== "") {
error("Error mapping recording to " + mappingPath + " on Asset Server!", status);
return;
}