mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-15 02:31:02 +00:00
Bump deps (#239)
This commit is contained in:
@@ -12,7 +12,7 @@ import path from 'path';
|
||||
export default class FileStore implements KeyringStore {
|
||||
private _path: string;
|
||||
|
||||
public constructor (path: string) {
|
||||
constructor (path: string) {
|
||||
if (!fs.existsSync(path)) {
|
||||
mkdirp.sync(path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user