Skip to content

Commit

Permalink
bring back read
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored Oct 23, 2024
1 parent cf5a400 commit b9fa533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Electron.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ can be used in the construction of Electron windows.
"""
function Application(; mainjs=normpath(String(MAIN_JS)), additional_electron_args=String[])
@assert isfile(mainjs)
read(mainjs) # This seems to be required to not hang windows CI?!
electron_path = get_electron_binary_cmd()

id = replace(string(uuid1()), "-"=>"")
Expand Down

0 comments on commit b9fa533

Please sign in to comment.