Fix(frames): Make sure main process has access to Rx

This commit is contained in:
Berkeley Martinez
2016-09-29 12:48:19 -07:00
parent 9de10a0063
commit a315648c76

View File

@ -69,6 +69,7 @@ function frameMain({ build, source } = {}, document, proxyLogger$) {
const { frame: main, frameWindow } = getFrameDocument(document);
refreshFrame(main);
buildProxyConsole(frameWindow, proxyLogger$);
main.Rx = Rx;
main.open();
main.write(createHeader() + proxyConsole(build, source));
main.close();