mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
English message
This commit is contained in:
parent
ddc2740b31
commit
07dd409acd
@ -20,7 +20,7 @@ const readFile = (files) => {
|
||||
const parsedData = jsyaml.load(e.target.result);
|
||||
resolve(parsedData);
|
||||
} catch (yamlError) {
|
||||
console.error('Erreur de parsing du fichier :', jsonError, yamlError);
|
||||
console.error('Error parsing the file :', jsonError, yamlError);
|
||||
reject(new BrunoError('Import collection failed'));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user