Skip to content

Commit

Permalink
Update parser.lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak authored Jul 24, 2024
1 parent 2c453f7 commit e77d150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cl-jupyter/parser.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
result)


(defmethod eclector.parse-result:make-skipped-input-result ((client my-client) stream reason source)
(declare (ignore stream))
(defmethod eclector.parse-result:make-skipped-input-result ((client my-client) stream reason children source)
(declare (ignore stream children))
(make-instance 'skipped-fragment :status reason :start (car source) :end (cdr source)))


Expand Down

0 comments on commit e77d150

Please sign in to comment.