From ff254acf4cbb5945afafc386a1d4492af3b94e11 Mon Sep 17 00:00:00 2001 From: Thomas Pronk Date: Thu, 20 May 2021 17:22:41 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aef2d5a..204e1af 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This experiment contains a syntax error in a JavaScript code component. A syntax 8. In the "Sources" tab, you'll see the JavaScript generated by your PsychoPy experiment, with the line 112 lighting up. Line 112 says `this is a syntax error`. That's indeed invalid JavaScript, which prevented our experiment from starting. 10. If you open the experiment in the PsychoPy builder, you'll find a single routine named trial. The invalid JavaScript can be found in the code component named code, at the "Begin Routine" tab. +NB - If you click the error in step 7 but the browser did not take you to line 112, try reloading the page while the Developer Tools are open. + ![Illustration of Developer Tools](./img/developer_tools.png) # More tutorials -- 2.18.1