-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check #23
check #23
Conversation
index.js
Outdated
@@ -17,6 +17,11 @@ if (process.env.PRINT_ENV === 'true') { | |||
console.debug('======================ENV======================'); | |||
} | |||
|
|||
console.log(a) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
index.js
Outdated
@@ -17,6 +17,11 @@ if (process.env.PRINT_ENV === 'true') { | |||
console.debug('======================ENV======================'); | |||
} | |||
|
|||
console.log(a) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
index.js
Outdated
@@ -17,6 +17,11 @@ if (process.env.PRINT_ENV === 'true') { | |||
console.debug('======================ENV======================'); | |||
} | |||
|
|||
console.log(a) | |||
console.log("safa ") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
index.js
Outdated
@@ -17,6 +17,11 @@ if (process.env.PRINT_ENV === 'true') { | |||
console.debug('======================ENV======================'); | |||
} | |||
|
|||
console.log(a) | |||
console.log("safa ") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
index.js
Outdated
@@ -17,6 +17,11 @@ if (process.env.PRINT_ENV === 'true') { | |||
console.debug('======================ENV======================'); | |||
} | |||
|
|||
console.log(a) | |||
console.log("safa ") | |||
console |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <no-unused-expressions> reported by reviewdog 🐶
Expected an assignment or function call and instead saw an expression.
index.js
Outdated
@@ -17,6 +17,11 @@ if (process.env.PRINT_ENV === 'true') { | |||
console.debug('======================ENV======================'); | |||
} | |||
|
|||
console.log(a) | |||
console.log("safa ") | |||
console |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
index.js
Outdated
console.log(a) | ||
console.log("safa ") | ||
console | ||
function process() { } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <space-before-function-paren> reported by reviewdog 🐶
Missing space before function parentheses.
function process() { } | |
function process () { } |
No description provided.