Skip to content

Commit 358b2d3

Browse files
authored
doc: complete code curly braces in async_worker.md (#1317)
1 parent 858942c commit 358b2d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/async_worker.md

+1
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ Value Echo(const CallbackInfo& info) {
418418
EchoWorker* wk = new EchoWorker(cb, in);
419419
wk->Queue();
420420
return info.Env().Undefined();
421+
}
421422
```
422423
423424
Using the implementation of a `Napi::AsyncWorker` is straight forward. You only

0 commit comments

Comments
 (0)