File tree 2 files changed +1
-155
lines changed
arduino-ide-extension/src/node
2 files changed +1
-155
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import { environment } from '@theia/application-package/lib/environment';
13
13
import { EnvVariablesServer } from '@theia/core/lib/common/env-variables' ;
14
14
import { BackendApplicationContribution } from '@theia/core/lib/node/backend-application' ;
15
15
import { ArduinoDaemon , NotificationServiceServer } from '../common/protocol' ;
16
- import { DaemonLog } from './daemon-log' ;
17
16
import { CLI_CONFIG } from './cli-config' ;
18
17
import { getExecPath , spawnCommand } from './exec-util' ;
19
18
@@ -256,7 +255,7 @@ export class ArduinoDaemonImpl
256
255
}
257
256
258
257
protected onData ( message : string ) : void {
259
- DaemonLog . log ( this . logger , message ) ;
258
+ this . logger . info ( message ) ;
260
259
}
261
260
262
261
protected onError ( error : any ) : void {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments