File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { Observable } from "rxjs-compat/bundles/rxjs-compat.umd.min.js"
12
12
import { track } from "@atom-ide-community/nuclide-commons/analytics"
13
13
import * as RemoteDebuggerCommandServiceLocal from "./RemoteDebuggerCommandService"
14
14
import nullthrows from "nullthrows"
15
- import { getLogger } from "log4js"
16
15
17
16
let _rpcService : ?nuclide$RpcService = null
18
17
@@ -52,6 +51,7 @@ export function listenToRemoteDebugCommands(): IDisposable {
52
51
const rootUri = hostname === "local" ? "" : nuclideUri . createRemoteUri ( hostname , "/" )
53
52
const service = getRemoteDebuggerCommandServiceByNuclideUri ( rootUri )
54
53
if ( service == null ) {
54
+ const { getLogger } = require ( "log4js" )
55
55
getLogger ( ) . error ( "null remote command service for uri:" , rootUri )
56
56
return Observable . empty ( )
57
57
} else {
You can’t perform that action at this time.
0 commit comments