1
0
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:
Alain Pitiot 2020-12-23 16:31:49 +01:00
parent c22e089527
commit c48aef093b

View File

@ -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: