Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Feb 27, 2025
1 parent 52d1219 commit 35e090e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/livebook_cli.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ defmodule LivebookCLI do
def main(args) do
{:ok, _} = Application.ensure_all_started(:elixir)

IO.inspect("before")
extract_priv!()
IO.inspect("after")
IO.write("\n\n\n")
Process.sleep(2000)

:ok = Application.load(:livebook)

Expand Down

0 comments on commit 35e090e

Please sign in to comment.