Fix presets loading (#3325)

master
Mark Haslinghuis 2023-02-07 15:15:52 +01:00 committed by GitHub
parent 4625386f41
commit c40fafcc05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export default class CliEngine
this._reportSendCommandsProgress(0);
const totalCommandsCount = strings.length;
return strings.reduce(strings, (p, line, index) =>
return strings.reduce((p, line, index) =>
p.then((delay) =>
new Promise((resolve) => {
GUI.timeout_add('CLI_send_slowly', () => {