CIDARLAB / 3DuF

Found unreachable code JS-0025
Performance
Major
2 occurrences in this check
Unreachable code
501        }
502        
503        return ComponentAPI.library["BlackBox"].object
504        throw new Error("Component Type definition: " + minttype + " not found in library");505    }
506
507    /**
154            return ret;
155        }
156
157        throw new Error("Unknown key: " + key);158
159    }
160