Skip to content

Commit

Permalink
Restore previous spawn declaration as new syntax has no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
eladnava committed Aug 25, 2018
1 parent 8c93d21 commit 1edae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/adb.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const fs = electron.remote.require('fs');
const path = electron.remote.require('path');
const adb = electron.remote.require('adbkit');
const moment = electron.remote.require('moment');
const { spawn } = electron.remote.require('child_process');
const spawn = electron.remote.require('child_process').spawn;

// Create adb client and reuse it throughout app lifecycle
let client = adb.createClient({
Expand Down

0 comments on commit 1edae35

Please sign in to comment.