Skip to content

Commit 4e5e56e

Browse files
committed
Fix lint error.
1 parent 1fab61a commit 4e5e56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/port_channel.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ class _PortChannelResult<T> {
286286
return _result as T;
287287
} else {
288288
if (_error != null && stackTrace != null) {
289-
Error.throwWithStackTrace(_error!, stackTrace!);
289+
Error.throwWithStackTrace(_error, stackTrace!);
290290
} else {
291291
throw _error!;
292292
}

0 commit comments

Comments
 (0)