How to use the corvid-local-site.ParseError.isParseError function in corvid-local-site

To help you get started, we’ve selected a few corvid-local-site examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github wix-incubator / corvid / packages / corvid-local-server / src / socket-api / index.js View on Github external
localSite.getSiteDocument().catch(e => {
      if (ParseError.isParseError(e)) {
        notifyAdmin("parse-error", e.path);
      }
      throw e;
    });

corvid-local-site

MIT
Latest version published 3 years ago

Package Health Score

43 / 100
Full package analysis

Similar packages