mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SEARCH-440
- Removed un-used app
This commit is contained in:
parent
d1c4450dbc
commit
3312e49e75
@ -53,7 +53,6 @@ exports.createSalt = function(length) {
|
|||||||
try {
|
try {
|
||||||
return crypto.randomBytes(length);
|
return crypto.randomBytes(length);
|
||||||
} catch (ex) {
|
} catch (ex) {
|
||||||
console.error('Problem reading random data and generating salt!');
|
|
||||||
throw ex;
|
throw ex;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
const electron = require('electron');
|
|
||||||
const app = electron.app;
|
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const lz4 = require('../compressionLib');
|
const lz4 = require('../compressionLib');
|
||||||
|
Loading…
Reference in New Issue
Block a user