We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8065ca commit 1d2a64fCopy full SHA for 1d2a64f
packages/fastboot/src/fastboot-info.js
@@ -38,5 +38,9 @@ module.exports = class FastBootInfo {
38
*/
39
register(instance) {
40
instance.register('info:-fastboot', this, { instantiate: false });
41
+ const fastbootService = instance.lookup('service:fastboot');
42
+ if (fastbootService) {
43
+ fastbootService._fastbootInfo = this;
44
+ }
45
}
46
};
0 commit comments