Skip to content

Commit 1d2a64f

Browse files
committed
fix fastboot-shoebox-test
1 parent d8065ca commit 1d2a64f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: packages/fastboot/src/fastboot-info.js

+4
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,9 @@ module.exports = class FastBootInfo {
3838
*/
3939
register(instance) {
4040
instance.register('info:-fastboot', this, { instantiate: false });
41+
const fastbootService = instance.lookup('service:fastboot');
42+
if (fastbootService) {
43+
fastbootService._fastbootInfo = this;
44+
}
4145
}
4246
};

0 commit comments

Comments
 (0)