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