Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Fix tests that broke due to changes on Atom Beta #980

Merged
merged 2 commits into from
Jun 27, 2017

Conversation

kuychaco
Copy link
Contributor

A couple APIs changed in Atom core. TextBuffer.prototype.save is now asynchronous, as well as Pane.prototype.destroyItem

Depends on atom/atom#14884

kuychaco added 2 commits June 23, 2017 16:55
Context: the `TextBuffer.save` method became async in atom/atom#14435;
instead of doing a synchronous write, it initiates an asynchronous write
and return a promise when the write completes.
@smashwilson smashwilson merged commit dd56f77 into master Jun 27, 2017
@BinaryMuse BinaryMuse mentioned this pull request Aug 1, 2017
25 tasks
@smashwilson smashwilson deleted the ku-fix-failing-tests branch September 21, 2018 00:42
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