UNPKG
node-err
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Simplify error handling and logging for Node.
github.com/nickjag/node-err
nickjag/node-err
node-err
/
examples
/
node_modules
/
iconv-lite
/
.travis.yml
24 lines
(20 loc)
•
268 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sudo
:
false
language: node_js node_js: -
"0.10"
-
"0.11"
-
"0.12"
-
"iojs"
-
"4"
-
"6"
-
"8"
-
"node"
env
: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.8 - g++-4.8