8000 updated require in example to match other examles · LikeABossProgrammer/log4js-node@a3bdac8 · GitHub
[go: up one dir, main page]

Skip to content

Commit a3bdac8

Browse files
committed
updated require in example to match other examles
1 parent af428c5 commit a3bdac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/patternLayout-tokens.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var log4js = require("log4js");
1+
var log4js = require('./lib/log4js');
22

33
var config = {
44
"appenders": [

0 commit comments

Comments
 (0)
0