Skip to content

Commit a55d902

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runtime/modules.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports =
6464
else if @lastEditorModule?
6565
modules.unshift @follow
6666
modules
67-
module.catch (err) =>
67+
modules.catch (err) =>
6868
console.log err
6969
selector.show(modules, active: active).then (mod) =>
7070
return unless mod?

0 commit comments

Comments
 (0)