Skip to content

Commit

Permalink
feat(pluginsdk): Add whitespace to dev-proxy error message
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen authored and mergify[bot] committed Sep 17, 2020
1 parent c0763b0 commit c3d85a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/pluginsdk/scripts/dev-proxy/server.js
@@ -1,4 +1,5 @@
#!/usr/bin/env node
/* eslint-disable no-console */

/*********************************
* dev-proxy: a development proxy for doing local development on a Deck Plugin
Expand Down Expand Up @@ -34,6 +35,8 @@ if (!DEV_PROXY_HOST) {
console.error('Or, to specify the proxy host on the command line:');
console.error();
console.error('DEV_PROXY_HOST=https://existing.spinnaker.deck.url/ yarn proxy');
console.error();
console.error();
process.exit(1);
}
const PLUGIN_ID = process.env.PLUGIN_ID || getPluginId();
Expand Down

0 comments on commit c3d85a6

Please sign in to comment.