Missing EOL semicolons
This commit is contained in:
parent
dd857f9fdf
commit
c96b7e5ca0
@ -502,7 +502,7 @@ function findModulePath (id, dirs, callback) {
|
||||
} else {
|
||||
return searchLocations();
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
// if sync
|
||||
} else {
|
||||
@ -815,4 +815,4 @@ process.loop();
|
||||
|
||||
process.emit("exit");
|
||||
|
||||
})
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user