updates text for the location of the button (#37764)

fixes the text describing the location of the logs button, due to the new design of the glitch.com website
pull/37689/head
Jefferson Oliveira 2019-11-19 13:54:14 -03:00 committed by Tom
parent febba792e7
commit 6921c3fecc
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ forumTopicId: 301515
## Description
<section id='description'>
During the development process, it is important to be able to check whats going on in your code. Node is just a JavaScript environment. Like client side JavaScript, you can use the console to display useful debug information. On your local machine, you would see the console output in a terminal. On Glitch you can open the logs in the lower part of the screen. You can toggle the log panel with the button Logs (top-left, under the app name).
During the development process, it is important to be able to check whats going on in your code. Node is just a JavaScript environment. Like client side JavaScript, you can use the console to display useful debug information. On your local machine, you would see the console output in a terminal. On Glitch you can open the logs in the lower part of the screen. You can toggle the log panel with the button Logs (lower-left, inside the tools menu).
We recommend to keep the log panel open while working at these challenges. By reading the logs, you can be aware of the nature of errors that may occur.
</section>