Travis debugging

This commit is contained in:
Dan Stillman 2016-11-27 19:51:48 -05:00
parent 3a9cd31d42
commit 837ae0444d
3 changed files with 9 additions and 2 deletions

View file

@ -199,6 +199,7 @@ describe("Zotero.DataDirectory", function () {
);
});
yield Zotero.DataDirectory.checkForMigration(oldDir, newDir);
Zotero.debug("Before promise 1");
yield promise;
yield promise2;