Procházet zdrojové kódy

Doc string correction

krzysztof.sikora před 4 roky
rodič
revize
4f21ea1147
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      src/service.ts

+ 0 - 1
src/service.ts

@@ -415,7 +415,6 @@ export class DebuggerService implements IDebugger, IDisposable {
    *
    * @param breakpoints - Map of breakpoints.
    *
-   * @param editorFinder - The editor finder object.
    */
   private _filterBreakpoints(
     breakpoints: Map<string, IDebugger.IBreakpoint[]>