Index: runtime/vm/service/service.md |
diff --git a/runtime/vm/service/service.md b/runtime/vm/service/service.md |
index e2317ee309db8d6426f76765d6d3712eee6ae06a..d824d4dddbdec56724f9f1c43acd48b7b9e55407 100644 |
--- a/runtime/vm/service/service.md |
+++ b/runtime/vm/service/service.md |
@@ -1804,6 +1804,9 @@ class Isolate extends Response { |
// The error that is causing this isolate to exit, if applicable. |
Error error [optional]; |
+ |
+ // The current pause on exception mode for this isolate. |
+ ExceptionPauseMode exceptionPauseMode; |
} |
``` |