Skip to content
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

https bug? #81

Closed
xgqfrms opened this issue Sep 14, 2018 · 3 comments
Closed

https bug? #81

xgqfrms opened this issue Sep 14, 2018 · 3 comments

Comments

@xgqfrms
Copy link

xgqfrms commented Sep 14, 2018

https bug?

image

image

@xgqfrms
Copy link
Author

xgqfrms commented Sep 14, 2018

bug

all false bug

x = 'true';
!x;
// false
x = 'false';
!x;
// false

y = true;
!y;
// false
y = false;
!y;
// true

image

@xgqfrms
Copy link
Author

xgqfrms commented Sep 14, 2018

solution

config.js

image

app.js

image

.env

image

CMD & shell

image

@xgqfrms
Copy link
Author

xgqfrms commented Sep 14, 2018

todo

HTTPS & SSL license

@xgqfrms xgqfrms closed this as completed Sep 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant