Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 525234

Summary: Typo in workspace.js breaks writeResponse
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: NodeAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 15.0   
Target Milestone: 16.0   
Hardware: PC   
OS: Mac OS X   
See Also: https://github.com/eclipse/orion.client/pull/199
Whiteboard:

Description Michael Rennie CLA 2017-09-26 12:06:01 EDT
Looks like I introduced a typo in workspace.js in the commit:

https://github.com/eclipse/orion.client/commit/83a652ac2e26b561442aba3b0fe0a0a127abef33

The problem is that writeResponse is being set to undefined because I left the 'e' off the end of the assignment from api.writeResponse.
Comment 1 Eclipse Genie CLA 2017-09-26 12:07:50 EDT
GitHub Pull Request 199 created by [mrennie]
https://github.com/eclipse/orion.client/pull/199
Comment 2 Michael Rennie CLA 2017-09-26 13:29:09 EDT
The PR is merged.