try {
    content = getFileContent(exports.preyConfPath);
    if (content === '') {
      throw breakException;
    }