fcl-js: less hints

This commit is contained in:
mattias 2021-09-19 14:04:07 +02:00
parent 5bcc530707
commit 8a0fe7bc85

View File

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