Skip to content

Commit a31b50d

Browse files
committed
lint
1 parent 9c335ee commit a31b50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/autify/mobile/mobilelink/mobile-link-manager/MobileLinkManager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ export class MobileLinkManager {
180180
},
181181
});
182182
if (connectConsole) {
183-
this.childProcess.stdout.on('data', (data) => {
183+
this.childProcess.stdout.on("data", (data) => {
184184
process.stdout.write(data);
185185
});
186-
this.childProcess.stderr.on('data', (data) => {
186+
this.childProcess.stderr.on("data", (data) => {
187187
process.stderr.write(data);
188188
});
189189
process.stdin.pipe(this.childProcess.stdin);

0 commit comments

Comments
 (0)