Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jun 4, 2024
1 parent 90d6341 commit b001045
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,8 @@ class KernelLauncher(
res
}
finally {
runner0.close()
if (runner0 != null)
runner0.close()
output.close(success = success, printOutputOnError = printOutputOnError)
}
}
Expand Down

0 comments on commit b001045

Please sign in to comment.