mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
standardize import command
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user