await handleExecFile()

in index.js [365:372]


      await handleExecFile(commandPath, [
        'add_address',
        '-c',
        configPath,
        '-e',
        externalAddress,
      ]);
    } catch (error) {