Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NetworkDynamicsInspector/src/serving.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ end
"""
get_display(::NDIDisplay; restart, kwargs...)
"""
function serve_app(display, app)
function serve_app(disp, app)
if disp isa ElectronDisp
@error "Electron.jl not available. Please install Electron.jl and `using Electron` before calling this function."
else
Expand Down
Loading