Skip to content

Commit 3222a72

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/fastboot/src/fastboot-info.js

+1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ module.exports = class FastBootInfo {
3838
*/
3939
register(instance) {
4040
instance.register('info:-fastboot', this, { instantiate: false });
41+
instance.lookup('service:fastboot').set('_fastbootInfo', this);
4142
}
4243
};

0 commit comments

Comments
 (0)