Skip to content

Commit

Permalink
spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoeger committed Jun 11, 2018
1 parent cebfe90 commit 1bfd6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GrpcService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as semver from 'semver';

if (!semver.satisfies(process.version, '8.x || 10.x')) {
let errorMessage = `Your Function App is currently set to use current version ${process.version}, but the runtime requires Node 8.x or 10.x.
For delpoyed code, please change WEBSITE_NODE_DEFAULT_VERSION in App Settings. On your local machine, you can change node version using 'nvm'`;
For deployed code, please change WEBSITE_NODE_DEFAULT_VERSION in App Settings. On your local machine, you can change node version using 'nvm'`;
console.error(errorMessage);
throw new Error(errorMessage);
}
Expand Down

0 comments on commit 1bfd6b2

Please sign in to comment.