Explorar o código

fcl-js: less hints

mattias %!s(int64=4) %!d(string=hai) anos
pai
achega
8a0fe7bc85
Modificáronse 1 ficheiros con 1 adicións e 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;