Fix for dropping projects when cancelling switch (#1780)#2013
Fix for dropping projects when cancelling switch (#1780)#2013redmunds merged 2 commits intoadobe:masterfrom jbalsas:jbalsas/recent-projects-drop
Conversation
There was a problem hiding this comment.
Please update this comment to something like:
// If folder does not exist on disk then remove the project from the list
|
This looks good. Just a couple minor changes. |
|
@redmunds It should be good to go now. As a side note, passing fault codes in the A quick search reveals that less than half the reject calls are passing some error code, but I guess it can become a mess for some cases that end up chaining different promises though... |
|
This is not common case, so I think this is OK. Looks good. Merging. |
Fix for dropping projects when cancelling switch (#1780)
Possible fix for #1780
As @pthiess pointed out, checking to see if the folder exists to prevent it from being dropped.