mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
correct napi reference import
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const electron = require('electron');
|
||||
const app = electron.app;
|
||||
const ffi = require('ffi-napi');
|
||||
const ref = require('ref');
|
||||
const ref = require('ref-napi');
|
||||
const path = require('path');
|
||||
const execPath = path.dirname(app.getPath('exe'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user