Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Search: placing libraries graphic results in error #3540

Merged
merged 1 commit into from
Jan 15, 2016
Merged

Conversation

shaoshing
Copy link
Contributor

Fix: search for libraries graphic and hit return to place any graphic will result in error.

I fixed this earlier but got distracted by a bluebird@3.0.6 bug (petkaantonov/bluebird#841) which will silent unhandled errors and exceptions (error is not shown in the console). Now it has been fixed in 3.1.0 and I saw we are already using 3.1.1 in npm-shrinkwrap.json, so the problem no longer exists.

@@ -68,7 +68,7 @@
"webpack-notifier": "^1.2.1"
},
"dependencies": {
"bluebird": "^3.0.5",
"bluebird": "^3.1.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be here (or if you really wanna update bluebird, you also need to update shrinkwrap, but I prefer you do it separately)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nvm, I should read the full description.

baaygun pushed a commit that referenced this pull request Jan 15, 2016
Search: placing libraries graphic results in error
@baaygun baaygun merged commit 7280613 into master Jan 15, 2016
@baaygun baaygun deleted the shao/search-graph branch January 15, 2016 00:11
@shaoshing
Copy link
Contributor Author

wow, that was quick! thanks for merging.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants