Skip to content

Commit 41b9f94

Browse files
committed
Add diagnostics stub
1 parent fa27811 commit 41b9f94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hphp/hack/src/stubs/logging/hackEventLogger.ml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,3 +577,7 @@ end
577577
module TypingErrors = struct
578578
let log_errors ~type_check_end_id:_ ~data:_ = ()
579579
end
580+
581+
module Diagnostics = struct
582+
let log _ = ()
583+
end

0 commit comments

Comments
 (0)