Skip to content

Commit 7a1f510

Browse files
authored
Fix .node typo (#568)
1 parent fac7fb4 commit 7a1f510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/resolver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Resolver {
9191
__proto__: null,
9292
'.js': this.makeExtensionHandler(vm, 'loadJS'),
9393
'.json': this.makeExtensionHandler(vm, 'loadJSON'),
94-
' .node': this.makeExtensionHandler(vm, 'loadNode'),
94+
'.node': this.makeExtensionHandler(vm, 'loadNode'),
9595
};
9696
}
9797

0 commit comments

Comments
 (0)