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 @@ -10,7 +10,6 @@ import { fastDebounce } from "@atom-ide-community/nuclide-commons/observable"
10
10
import UniversalDisposable from "@atom-ide-community/nuclide-commons/UniversalDisposable"
11
11
import { Observable } from "rxjs-compat/bundles/rxjs-compat.umd.min.js"
12
12
import { track } from "@atom-ide-community/nuclide-commons/analytics"
13
- import * as RemoteDebuggerCommandServiceLocal from "./RemoteDebuggerCommandService"
14
13
import nullthrows from "nullthrows"
15
14
16
15
let _rpcService : ?nuclide$RpcService = null
@@ -146,6 +145,7 @@ function findDuplicateAttachTargetIds(targets: Array<PythonDebuggerAttachTarget>
146
145
}
147
146
148
147
export function getRemoteDebuggerCommandServiceByNuclideUri ( uri : NuclideUri ) : RemoteDebuggerCommandService {
148
+ const RemoteDebuggerCommandServiceLocal = require ( "./RemoteDebuggerCommandService" )
149
149
if ( _rpcService == null && ! nuclideUri . isRemote ( uri ) ) {
150
150
return RemoteDebuggerCommandServiceLocal
151
151
}
You can’t perform that action at this time.
0 commit comments