forked from svrjs/svrjs
Convert one more string to template string
This commit is contained in:
parent
39a96cb339
commit
519c80f397
1 changed files with 1 additions and 4 deletions
|
@ -1482,10 +1482,7 @@ function SVRJSFork() {
|
|||
newWorker.on("error", (err) => {
|
||||
if (!exiting)
|
||||
serverconsole.locwarnmessage(
|
||||
"There was a problem when handling " +
|
||||
name +
|
||||
" worker! (from master process side) Reason: " +
|
||||
err.message,
|
||||
`There was a problem when handling ${name} worker! (from master process side) Reason: ${err.message}`,
|
||||
);
|
||||
});
|
||||
newWorker.on("exit", () => {
|
||||
|
|
Reference in a new issue