Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Elff committed Jan 23, 2024
1 parent 1e1ae53 commit ffcfdb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/R/dap-server.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ DAPServer <- R6Class("DAPServer",
initialize = function(kernel,evaluator=NULL){
self$kernel <- kernel
self$envir <- globalenv()
if(inherits(evaluator,"Evaluator"))
},
handle = function(request){
if(request$command != "debugInfo"){
Expand Down

0 comments on commit ffcfdb3

Please sign in to comment.