Skip to content

Commit 4b80cfd

Browse files
committed
Remove the "not implemented yet" warning for new spawnUri parameters.
[email protected] Review URL: https://codereview.chromium.org//1293423002 .
1 parent 496a1e0 commit 4b80cfd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sdk/lib/isolate/isolate.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,6 @@ class Isolate {
199199
* isolate was started as [paused], it may already have terminated
200200
* before those methods can complete.
201201
*
202-
* WARNING: The [errorsAreFatal], [onExit] and [onError] parameters are not
203-
* implemented yet.
204-
*
205202
* If the [checked] parameter is set to `true` or `false`,
206203
* the new isolate will run code in checked mode,
207204
* respectively in production mode, if possible.

0 commit comments

Comments
 (0)