Skip to content
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

rc/rc_pubsub bug in feedback #8

Closed
dcconner opened this issue Dec 3, 2017 · 1 comment
Closed

rc/rc_pubsub bug in feedback #8

dcconner opened this issue Dec 3, 2017 · 1 comment

Comments

@dcconner
Copy link
Member

dcconner commented Dec 3, 2017

Gives error logging synthesis feedback. Fix just add + before feedback calc:

@@ -234,7 +234,7 @@ RC.PubSub = new (function() {
        }
 
        var synthesis_action_feedback_callback = function(feedback, root, feedback_cb) {
-               console.log('Synthesis status: ' + feedback.status + ' (' (feedback.progress * 100) + '%)');
+               console.log('Synthesis status: ' + feedback.status + ' (' + (feedback.progress * 100) + '%)');

@pschillinger
Copy link
Member

pschillinger commented Dec 7, 2017 via email

fmessmer added a commit to fmessmer/flexbe_app that referenced this issue Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants