Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Sep 28, 2023
1 parent 5dd1d67 commit a22e0fc
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 a22e0fc

Please sign in to comment.