mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org (babel): sys.print -> console.log
Update ob-js's wrapper for js babel blocks. sys.print was deprecated and removed in later versions of node.
This commit is contained in:
@ -113,7 +113,10 @@
|
||||
collect p))
|
||||
|
||||
(when (featurep! +ipython)
|
||||
(load! "contrib/ipython")))
|
||||
(load! "contrib/ipython"))
|
||||
|
||||
;; Fixes for various babel plugins
|
||||
(setq org-babel-js-function-wrapper "console.log(require('util').inspect(function(){\n%s\n}()));"))
|
||||
|
||||
|
||||
(defun +org|init-babel-lazy-loader ()
|
||||
|
Reference in New Issue
Block a user