🐛 Fix path to ssn-installer binary if included as a module
This commit is contained in:
parent
b277d81aa1
commit
ff5038cad3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import * as childProcess from 'child_process';
|
||||||
import * as fs from 'fs';
|
import * as fs from 'fs';
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
|
|
||||||
const processPath = path.join(__dirname, '../../../node_modules/.bin/ssn-installer');
|
const processPath = path.join(__dirname, '../../../../../node_modules/.bin/ssn-installer');
|
||||||
|
|
||||||
export default function launchProcess(
|
export default function launchProcess(
|
||||||
diskFile: string,
|
diskFile: string,
|
||||||
|
|
Loading…
Reference in a new issue