mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 10:40:54 +00:00
_
This commit is contained in:
parent
2d6f994180
commit
874743105a
@ -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",
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user