chore(firefox): move sources from //lib/firefox to //lib (#3920)

This commit is contained in:
Andrey Lushnikov
2019-02-05 18:56:04 -08:00
committed by GitHub
parent a210dd7ee2
commit 1676f9927c
13 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ const path = require('path');
// Based on: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Enterprise_deployment_before_60#Configuration
async function installFirefoxPreferences(executablePath) {
const firefoxFolder = path.dirname(executablePath);
const {helper} = require('../lib/firefox/helper');
const {helper} = require('../lib/helper');
const mkdirAsync = helper.promisify(fs.mkdir.bind(fs));
let prefPath = '';