Brooke Smith
Senior Software Engineer - Java, Javascript. Canberra Australia.
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
-
-
Brooke Smith 创建了一个帖子, Webstorm console.log additional unwanted annotations
Webstorm (and IDEA is acting the same) adds extra information to each console.log. For example I am getting: console.log day: 0, deposit: 10, available: 0.1, CumulativeAvailable: 0.1, cumulativ... -
-
-
-
-
Brooke Smith 创建了一个帖子, debug Webstorm package.json that calls `npx nps <script>` with multiple projects running
We have this `package.json`: "scripts": { "start": "npx nps local", ...} And the package-scripts.json contains: local: { description: 'Creates a local environment for development', ...