mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Put toString() back in.
This commit is contained in:
parent
87f26334d1
commit
f09dd0f3fb
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ settingsFilename = path.resolve(path.join(root, settingsFilename));
|
||||||
var settingsStr;
|
var settingsStr;
|
||||||
try{
|
try{
|
||||||
//read the settings sync
|
//read the settings sync
|
||||||
settingsStr = fs.readFileSync(settingsFilename);
|
settingsStr = fs.readFileSync(settingsFilename).toString();
|
||||||
} catch(e){
|
} catch(e){
|
||||||
console.error('No settings file found.');
|
console.error('No settings file found.');
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue