mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
require child process
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
require('dotenv').config();
|
||||
const { notarize } = require('electron-notarize');
|
||||
const fs = require('fs');
|
||||
const child = child = require('child_process');
|
||||
|
||||
exports.default = run;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user