Skip to content

Commit

Permalink
chore(NA): fix wording on function test runner schema file
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 24, 2021
1 parent 380201d commit f7c5fe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Joi from 'joi';
// valid pattern for ID
// enforced camel-case identifiers for consistency
const ID_PATTERN = /^[a-zA-Z0-9_]+$/;
// it will find for --inspect and --inspect-brk
// it will search both --inspect and --inspect-brk
const INSPECTING = !!process.execArgv.find((arg) => arg.includes('--inspect'));

const urlPartsSchema = () =>
Expand Down

0 comments on commit f7c5fe7

Please sign in to comment.