mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-30 02:04:32 +00:00
travis error fixed
This commit is contained in:
2
log4javascript/log4javascript.d.ts
vendored
2
log4javascript/log4javascript.d.ts
vendored
@@ -293,7 +293,7 @@ declare module log4javascript {
|
||||
/**
|
||||
* Sets the appender's threshold. Log messages of level less severe than this threshold will not be logged.
|
||||
*/
|
||||
setThreshold(level: Level)
|
||||
setThreshold(level: Level): void;
|
||||
|
||||
/**
|
||||
* Returns the appender's threshold.
|
||||
|
||||
Reference in New Issue
Block a user