Skip to content

Commit

Permalink
Update loader.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Nov 15, 2022
1 parent 6ba0166 commit 5d621b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playwright-core/src/server/electron/loader.ts
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

const { app } = require("electron");
const { app } = require('electron');
const path = require('path');
const { chromiumSwitches } = require('../chromium/chromiumSwitches');

Expand Down

0 comments on commit 5d621b2

Please sign in to comment.