blackberry / webworks-gui

GUI Tool for WebWorks 2.0
https://developer.blackberry.com/html5/
Apache License 2.0
3 stars 5 forks source link

Creating a project with the same path as another project causes issues #92

Closed kflores772 closed 10 years ago

kflores772 commented 10 years ago
  1. Create a project using the gui
  2. Create another project with the same path as the first.

Actual outcome: Two project tabs on the left exist. Only the first created project exists, both tabs point to the same initial created project

Expected outcome: Error

Using win xp, latest chrome

rcruz commented 10 years ago

On windows, the error message output by "webworks create" is not captured on stdout/stderr by node. On OSX, this message is captured correctly and sent back to the GUI for display.

kflores772 commented 10 years ago

This is a problem in webworks-cli. Closing.