From 4ea72d03cd5eb88ae7938af46fd22eba0c8de1db Mon Sep 17 00:00:00 2001 From: "pull[bot]" <39814207+pull[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 17:03:36 +0000 Subject: [PATCH] [pull] master from Thomas-Smyth:master (#34) * ESLint & README Generation * SquadJS 2.0.2-beta1 * SquadJS v2.0.2-beta1 * Fix bug in seeding plugin * try/catch axios request + set pulled flag Wraps axios request with try/catch for cases where we do not get a response or get an error sets `this.pulled` flag after receiving and parsing response * ESLint & README Generation * Intervalled Broadcasts on the line 47 causes a crash because of undefined. The code should have been this.options.broadcasts instead of this.broadcasts * yarn build-all * ESLint & README Generation * prefer throwing error to catch - rm try/catch prefer to throw error on failure to fetch layer information as it is critical to the apps operation +add log line to indicate a force update +increase verboseness of already pulled log as it is not critical info * Added toLowerCase to address case sensitive config * ESLint & README Generation * SquadJS v2.0.2 Release Co-authored-by: Thomas Smyth Co-authored-by: SeanWalsh95 Co-authored-by: Dusan Milutinovic Co-authored-by: got2bhockey