mirror of
https://github.com/RanvierMUD/ranviermud
synced 2026-08-13 14:26:05 -04:00
Fix unterminated string
This commit is contained in:
parent
fe3cf35e9c
commit
f302735c2e
1 changed files with 1 additions and 1 deletions
|
|
@ -43,4 +43,4 @@ if (fs.existsSync(`${gitRoot}/bundles/${name}/package.json`)) {
|
|||
});
|
||||
}
|
||||
|
||||
console.log(`Bundle installed. Commit the bundle with: git commit -m \"Added ${name} bundle\"");
|
||||
console.log(`Bundle installed. Commit the bundle with: git commit -m \"Added ${name} bundle\"`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue