Postman crashing if write test script

My question: Postman crashed or automatically shut down after I have written anything in the test.
Details

  1. When I call the API through postman I got data(more than 150 MB) successfully but nothing is written in test.
  2. for the same API call if I write a script in test postman closing itself or crashing. I have observed API is hitting successfully but due postman unable to read anything in test. Postman closing even if I just write console.log in test.