This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268480 - Node.js Output always shows "(B" before anything
Summary: Node.js Output always shows "(B" before anything
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-12 11:00 UTC by pitsilad
Modified: 2016-10-12 11:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (150.30 KB, text/plain)
2016-10-12 11:00 UTC, pitsilad
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pitsilad 2016-10-12 11:00:45 UTC
Hello!

I do not know if it is my mistake or Netbeans bug with Node.js. When I run a file with node.js inside Netbeans and want to see the output of console.log it always starts with "(B". If I have a console.log("Hello") then in the output I will see "(BHello". Not a big deal but annoying. Now if I run the same file with node in terminal I see what the expected "Hello".



Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Mac OS X version 10.11.6 running on x86_64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:
  * Open dialog Foo
  * Click on button "Click me"

ACTUAL:
  nothing happens

EXPECTED:
  message pops up
Comment 1 pitsilad 2016-10-12 11:00:52 UTC
Created attachment 162464 [details]
IDE log