Skip to content

Commit

Permalink
fix broken image
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed May 4, 2022
1 parent 92ec170 commit cacf933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/api/misc/logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ An embedded expression is optionally preceded by a flag in the form `[a-z]+=` (a

If the expression is an array, it's formatted by `` `\n- ${array.join('\n- ')}\n` `` (note it automatically gets a leading line end). Each member is formatted by itself and the bullet is not formatted. So you would see the above message printed as:

![demo](./logger-demo.png)
![demo](./img/logger-demo.png)

0 comments on commit cacf933

Please sign in to comment.