Skip to content

Commit f72894d

Browse files
authored
Merge pull request #79 from aksakalli/develop
several fixes
2 parents fd8571e + 3ae8d17 commit f72894d

File tree

5 files changed

+726
-769
lines changed

5 files changed

+726
-769
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_modules/
55
*.gif
66
*.png
77
.github/
8+
snap/

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- stable
5+
deploy:
6+
provider: npm
7+
8+
api_key: $NPM_TOKEN
9+
on:
10+
tags: true
11+
branch: master

lib/monitor/proc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Proc.prototype.updateData = function(data) {
6363
pid: 0,
6464
pcpu: 2,
6565
pmem: 3
66-
}[this.pSort]] += this.reverse ? '' : '';
66+
}[this.pSort]] += this.reverse ? '' : '';
6767

6868

6969
this.table.setData({

0 commit comments

Comments
 (0)