We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe68ba commit a8d8ec0Copy full SHA for a8d8ec0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codebolt/codeboltjs",
3
- "version": "1.1.17",
+ "version": "1.1.18",
4
"description": "",
5
"keywords": [],
6
"author": "",
src/modules/terminal.ts
@@ -100,9 +100,8 @@ const cbterminal = {
100
});
101
102
// Return an object that includes the event emitter and the stopProcess method
103
- return {
104
- event: this.eventEmitter
105
- };
+ return this.eventEmitter
+
106
}
107
108
0 commit comments