mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 10:40:54 +00:00
__noOutput url parameter
This commit is contained in:
parent
c22e089527
commit
c48aef093b
@ -485,8 +485,11 @@ export class PsychoJS
|
||||
});
|
||||
if (isCompleted || this._config.experiment.saveIncompleteResults)
|
||||
{
|
||||
await this._experiment.save();
|
||||
await this._logger.flush();
|
||||
if (!this._serverMsg.has('__noOutput'))
|
||||
{
|
||||
await this._experiment.save();
|
||||
await this._logger.flush();
|
||||
}
|
||||
}
|
||||
|
||||
// close the session:
|
||||
|
Loading…
Reference in New Issue
Block a user