Skip to content

Commit

Permalink
Merge 5195c1b into ded8d47
Browse files Browse the repository at this point in the history
  • Loading branch information
emadelwany committed Jul 17, 2018
2 parents ded8d47 + 5195c1b commit 8bd0c2b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ export class Inspector extends React.Component<InspectorProps, InspectorState> {
md5.update(this.props.inspector.src);
const hash = md5.digest('base64');
const { cwdAsBase } = SettingsService.emulator;
const fileLocation = `file://${cwdAsBase}/../../node_modules/@bfemulator/client/public/inspector-preload.js`;
const fileLocation = `file://${cwdAsBase}/../../../node_modules/@bfemulator/client/public/inspector-preload.js`;

return (
<webview className={ styles.inspector }
webpreferences="webSecurity=no"
Expand Down

0 comments on commit 8bd0c2b

Please sign in to comment.