()
| 224 | this.doCommand(`import path="${path}" line="${wait ? 1 : 0}"`); |
| 225 | } |
| 226 | doLogout() { |
| 227 | this.doCommand(`logout`); |
| 228 | } |
| 229 | doModule(path, wait, source) { |
| 230 | let string = `\r\n<module path="${path}" line="${wait ? 1 : 0}"><![CDATA[`; |
| 231 | string += source; |