-
Notifications
You must be signed in to change notification settings - Fork 564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--port is broken in 0.12 #3387
Comments
I can help with this. |
as per Slack conversation the code for this lives: unsure what the edit:
|
What's the correct way to debug this?
Thanks! EDIT: var replaced = js.replace(/require\("[^"]*"\)/g, function(s) {
return "PSCI['" + s.substring(12, s.length - 2) + "']";
}); which leaves a trailing I'm not sure how the interaction between the repl and the browser is supposed to work though. So I'm not sure if this actually fixes the issue (obviously changing the code in chrome is not a real fix :D) |
Thanks to @dariooddenino for tracking down what the problem was. Co-authored-by: Dario Oddenino <dariooddenino@users.noreply.github.com>
@dariooddenino thanks for this! In case you didn't work it out, for building and running a version of |
Thanks to @dariooddenino for tracking down what the problem was. Co-authored-by: Dario Oddenino <dariooddenino@users.noreply.github.com>
Looks like the
require
changes broke it.The text was updated successfully, but these errors were encountered: