Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lvancraen committed Apr 17, 2019
1 parent 1da71f0 commit 9a472be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (process.notices === undefined) {
process.notices = {
addInfo: (title, content) => { infoLog(`[Info] ${title}:\n${content}`); },
addWarning: (title, content) => { warningLog(`[Warning] ${title}:\n${content}`); },
}
};
}

module.exports = {
Expand Down

0 comments on commit 9a472be

Please sign in to comment.