1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00
This commit is contained in:
Alain Pitiot 2021-12-07 11:09:07 +01:00
parent 2d6f994180
commit 874743105a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "psychojs",
"version": "2021.3.0",
"version": "2022.1.0",
"private": true,
"description": "Helps run in-browser neuroscience, psychology, and psychophysics experiments",
"license": "MIT",

View File

@ -563,7 +563,7 @@ export class ServerManager extends PsychObject
}
}
// only download those resources not already downloaded or downloading:
// only download those resources not already downloaded and not downloading:
const resourcesToDownload = new Set();
for (let { name, path } of resources)
{