Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jun 15, 2023
1 parent 0d8e40d commit d0c837d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,8 @@ class KernelLauncher(
f(runner0)
}
finally
runner0.close()
if (runner0 != null)
runner0.close()
}

}

0 comments on commit d0c837d

Please sign in to comment.