feat(logs): add process.argv log

This commit is contained in:
George Lima 2019-02-15 11:30:06 -03:00
parent 162d710c13
commit 8c566216e7
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ app.on('will-finish-launching', () => handleDeeplink({
app.on('ready', async () => {
createWindow();
console.log('[Process Argv]', process.argv); // eslint-disable-line
if (process.env.NODE_ENV === 'test') {
zcashLog('Not running daemon, please run the mock API');
return;