Skip to content

Commit

Permalink
Fix import of is-electron (#9729)
Browse files Browse the repository at this point in the history
Fix #9729

Signed-off-by: Philip Langer <planger@eclipsesource.com>
  • Loading branch information
planger authored and paul-marechal committed Jul 13, 2021
1 parent 5284996 commit c6d32d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import * as net from 'net';
import * as theia from '@theia/plugin';
import { CommunicationProvider } from '@theia/debug/lib/common/debug-model';
import { ChildProcess, spawn, fork, ForkOptions } from 'child_process';
import isElectron from 'is-electron';
const isElectron = require('is-electron');

/**
* Starts debug adapter process.
Expand Down

0 comments on commit c6d32d0

Please sign in to comment.