Skip to content

Commit

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

0 comments on commit e088b16

Please sign in to comment.