mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 04:57:18 +08:00
Set evaluation file when autosaving (#2529)
This commit is contained in:
parent
94a0aedfda
commit
23a172711d
1 changed files with 1 additions and 1 deletions
|
@ -2438,7 +2438,7 @@ defmodule Livebook.Session do
|
||||||
|
|
||||||
defp start_evaluation(state, cell, section) do
|
defp start_evaluation(state, cell, section) do
|
||||||
path =
|
path =
|
||||||
case state.data.file do
|
case state.data.file || default_notebook_file(state) do
|
||||||
nil -> ""
|
nil -> ""
|
||||||
file -> file.path
|
file -> file.path
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue