Skip to content

Commit d760b22

Browse files
author
Kelly Selden
committed
fix all up-to-date
1 parent ef5469a commit d760b22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ module.exports = async function emberCliUpdate({
132132
});
133133

134134
if (areAllUpToDate) {
135-
return;
135+
return { promise: Promise.resolve() };
136136
}
137137

138138
blueprint = _blueprint;

0 commit comments

Comments
 (0)