Explorar el Código

fcl-js: less hints

mattias hace 4 años
padre
commit
8a0fe7bc85
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;