We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f668a commit dd8eb6bCopy full SHA for dd8eb6b
src/snippet/AwaitableSnippet.hack
@@ -48,7 +48,6 @@ final class AwaitableSnippet implements SGMLStreamInterfaces\Snippet {
48
SGMLStreamInterfaces\Consumer $consumer,
49
): Awaitable<void> {
50
$snippets_awaitable = async {
51
- $this->awaitable;
52
if ($this->awaitable is null) {
53
throw $this->caughtThrowable ??
54
new _Private\SnippetNotPrimedException(static::class);
0 commit comments