Sfoglia il codice sorgente

fcl-js: less hints

mattias 4 anni fa
parent
commit
8a0fe7bc85
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/fcl-js/src/jswriter.pp

+ 1 - 0
packages/fcl-js/src/jswriter.pp

@@ -1009,6 +1009,7 @@ end;
 
 procedure TJSWriter.WriteDebuggerStatement(E: TJSDebuggerStatement);
 begin
+  if E=nil then ;
   Write('debugger');
 end;