1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

standardize import command

This commit is contained in:
Kyle Spearrin
2018-08-06 10:38:32 -04:00
parent 2a8a8a8ba7
commit 336e4acdd0
5 changed files with 56 additions and 40 deletions

View File

@@ -28,7 +28,7 @@ export class CliUtils {
p = osInput;
}
} else {
reject('you must specify a path');
reject('You must specify a file path.');
}
fs.readFile(p, 'utf8', (err, data) => {
if (err != null) {