Skip to content

Commit

Permalink
fix #173
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed May 6, 2014
1 parent 86b80a8 commit 4ab3df9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/kernel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ IJulia.watch_stdio()
# workaround JuliaLang/julia#4259
delete!(task_local_storage(),:SOURCE_PATH)

# workaround JuliaLang/julia#6765
eval(Base, :(is_interactive = true))

IJulia.waitloop()

0 comments on commit 4ab3df9

Please sign in to comment.