Skip to content

Commit d90bb8e

Browse files
pfitzsebaviatesk
andauthored
Update lib/runtime/modules.coffee
Co-Authored-By: Shuhei Kadowaki <[email protected]>
1 parent a55d902 commit d90bb8e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/runtime/modules.coffee

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ module.exports =
110110
code: ed.getText()
111111
row: row+1, column: column+1
112112
module: ed.juliaModule
113-
getmodule(data).catch (err) =>
114-
console.log err
113+
getmodule(data)
114+
.catch (err) =>
115+
console.log err
115116

116117
setEditorModule: (ed) ->
117118
modulePromise = @getEditorModule ed

0 commit comments

Comments
 (0)