You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I first open Stackblitz and run terminal commands without modifying any code, it works fine. The moment I write lines of code and run "node problems/name-of-problem-you-are-on.js" on the terminal, after hitting the "return" key, it skips to the next line without processing any command.
Browser name = Chrome
Full version = 128.0.0.0
Major version = 128
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 112162747,
"usedJSHeapSize": 103609311,
"jsHeapSizeLimit": 4294705152
}
Hash = 24eaa195
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When I first open Stackblitz and run terminal commands without modifying any code, it works fine. The moment I write lines of code and run "node problems/name-of-problem-you-are-on.js" on the terminal, after hitting the "return" key, it skips to the next line without processing any command.
Link to the blitz that caused the error
https://stackblitz.com/edit/github-e1vi1o-e8pzdf?file=problems%2F02-while-loop-translation.js
Steps to reproduce
Expected behavior
I expected the terminal to test the code I wrote and return the values from the console.log function call.
Parity with Local
Screenshots
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: