Skip to content

Commit 6473b1d

Browse files
committed
Docs-and-build.
1 parent e8c07a0 commit 6473b1d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

dist/cjs.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ function _empty() {}function _awaitIgnored(value, direct) {
5151
if (!direct) {
5252
return value && value.then ? value.then(_empty) : Promise.resolve();
5353
}
54-
}function _invoke(body, then) {
54+
}
55+
function _invoke(body, then) {
5556
var result = body();if (result && result.then) {
5657
return result.then(then);
5758
}return then(result);

dist/es6.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ function _empty() {}function _awaitIgnored(value, direct) {
3535
if (!direct) {
3636
return value && value.then ? value.then(_empty) : Promise.resolve();
3737
}
38-
}function _invoke(body, then) {
38+
}
39+
function _invoke(body, then) {
3940
var result = body();if (result && result.then) {
4041
return result.then(then);
4142
}return then(result);

0 commit comments

Comments
 (0)