mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-21 12:33:34 +02:00
corrected typo error in comments
This commit is contained in:
parent
cada4f201a
commit
a15a4e4a2d
@ -91,7 +91,7 @@ const registerRendererEventHandlers = (mainWindow, watcher, lastOpenedCollection
|
|||||||
const brunoJsonFilePath = path.join(previousPath, 'bruno.json');
|
const brunoJsonFilePath = path.join(previousPath, 'bruno.json');
|
||||||
const content = fs.readFileSync(brunoJsonFilePath, 'utf8');
|
const content = fs.readFileSync(brunoJsonFilePath, 'utf8');
|
||||||
|
|
||||||
//Chnage new name of collection
|
//Change new name of collection
|
||||||
let json = JSON.parse(content);
|
let json = JSON.parse(content);
|
||||||
json.name = collectionName;
|
json.name = collectionName;
|
||||||
const cont = await stringifyJson(json);
|
const cont = await stringifyJson(json);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user