This commit is contained in:
Timo Hocker 2020-05-07 15:15:25 +02:00
parent 63c32bb783
commit a491b86947

View File

@ -51,7 +51,7 @@ export class GraphStream extends Transform {
}
if (!states.includes (this._state)) {
throw new Error (`invalid state to execute command ${instr}
expected: ${states.join (', ')}`);
expected: ${states.join (', ')}
actual: ${this._state}`);
}
}