fix
This commit is contained in:
parent
63c32bb783
commit
a491b86947
@ -51,7 +51,7 @@ export class GraphStream extends Transform {
|
|||||||
}
|
}
|
||||||
if (!states.includes (this._state)) {
|
if (!states.includes (this._state)) {
|
||||||
throw new Error (`invalid state to execute command ${instr}
|
throw new Error (`invalid state to execute command ${instr}
|
||||||
expected: ${states.join (', ')}`);
|
expected: ${states.join (', ')}
|
||||||
actual: ${this._state}`);
|
actual: ${this._state}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user