Skip to content

Commit 334be0f

Browse files
Yann Pringaultcjihrig
Yann Pringault
authored andcommitted
src: fix space for module version mismatch error
PR-URL: #10606 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 6c7219e commit 334be0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2417,7 +2417,7 @@ void DLOpen(const FunctionCallbackInfo<Value>& args) {
24172417
"\nwas compiled against a different Node.js version using"
24182418
"\nNODE_MODULE_VERSION %d. This version of Node.js requires"
24192419
"\nNODE_MODULE_VERSION %d. Please try re-compiling or "
2420-
"re-installing\nthe module (for instance, using `npm rebuild` or"
2420+
"re-installing\nthe module (for instance, using `npm rebuild` or "
24212421
"`npm install`).",
24222422
*filename, mp->nm_version, NODE_MODULE_VERSION);
24232423

0 commit comments

Comments
 (0)