We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118eb25 commit b5d195aCopy full SHA for b5d195a
1 file changed
app/mixins/app-builder.js
@@ -26,6 +26,7 @@ export default Ember.Mixin.create({
26
console.error(errors);
27
}
28
29
+ yield timeout(100);
30
}).enqueue(),
31
32
rebuildApp: task(function *() {
0 commit comments