Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0be90f2

Browse files
committed
Add empty line after var
1 parent c0694e4 commit 0be90f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/moduleEnv.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ function requireProxy(path) {
4848

4949
function registerExtensions() {
5050
var originalCoffeeExtension = require.extensions[".coffee"];
51+
5152
if (originalCoffeeExtension) {
5253
originalExtensions.coffee = originalCoffeeExtension;
5354
}

0 commit comments

Comments
 (0)