Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Goaziou committed Nov 21, 2016
2 parents b062593 + 0dd024a commit a43eacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/ob-js.el
Expand Up @@ -55,7 +55,7 @@
:type 'string)

(defvar org-babel-js-function-wrapper
"require('sys').print(require('sys').inspect(function(){%s}()));"
"require('sys').print(require('sys').inspect(function(){\n%s\n}()));"
"Javascript code to print value of body.")

(defun org-babel-execute:js (body params)
Expand Down

0 comments on commit a43eacc

Please sign in to comment.