fix
This commit is contained in:
		@@ -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}`);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user