Skip to content

Commit a8d8ec0

Browse files
1.1.18 added
1 parent afe68ba commit a8d8ec0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codebolt/codeboltjs",
3-
"version": "1.1.17",
3+
"version": "1.1.18",
44
"description": "",
55
"keywords": [],
66
"author": "",

src/modules/terminal.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ const cbterminal = {
100100
});
101101

102102
// Return an object that includes the event emitter and the stopProcess method
103-
return {
104-
event: this.eventEmitter
105-
};
103+
return this.eventEmitter
104+
106105
}
107106

108107

0 commit comments

Comments
 (0)