We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 302a83b + 70b5bf7 commit 7fbf8b0Copy full SHA for 7fbf8b0
1 file changed
lib/engines/classic/test-file-info.js
@@ -51,7 +51,7 @@ Object.defineProperty(TestFileInfo.prototype, 'destRelativePath', {
51
var renderableName = path.join(this.namespace, this.name);
52
var privateRenderableInvoker = this._fileInfoCollection.detectPrivateRenderableInvoker(renderableName);
53
54
- if (privateRenderableInvoker) {
+ if (privateRenderableInvoker && this._privateRenderableInvoker) {
55
var invokerLocation = path.dirname(this._privateRenderableInvoker.destRelativePath);
56
var invokerInComponentsCollection = privateRenderableInvoker.collection === 'components';
57
var invokerInPrivateCollection = invokerLocation.indexOf('-components') > -1;
0 commit comments