mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46: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;
|
||||
try{
|
||||
//read the settings sync
|
||||
settingsStr = fs.readFileSync(settingsFilename);
|
||||
settingsStr = fs.readFileSync(settingsFilename).toString();
|
||||
} catch(e){
|
||||
console.error('No settings file found.');
|
||||
process.exit(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue