Skip to content

Commit 501f7ab

Browse files
committed
return value from result of spinner
1 parent 04e73e7 commit 501f7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mixins/Terminalia.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function termSpinner()
107107

108108
$this->trap(SIGINT, fn () => $helper->onCancel());
109109

110-
$helper->spin();
110+
return $helper->spin();
111111
};
112112
}
113113

0 commit comments

Comments
 (0)