Skip to content

Commit e13e34b

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/runtime/modules.coffee

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ module.exports =
8686
@updateForEditor item
8787
else
8888
mod = item.juliaModule or 'Main'
89-
m = ismodule(mod)
90-
m
89+
ismodule(mod)
9190
.then (ismod) =>
9291
@setCurrent main: mod, inactive: !ismod
9392
.catch (err) =>

0 commit comments

Comments
 (0)